Home
last modified time | relevance | path

Searched refs:replayTimer_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp43 replayTimer_(-1), in QDeclarativePinchGenerator()
220 Q_ASSERT(replayTimer_ == event->timerId()); in timerEvent()
257 killTimer(replayTimer_); in timerEvent()
258replayTimer_ = startTimer((swipes_.at(masterSwipe_)->durations.at(replayBookmark_) + 5) / replaySp… in timerEvent()
313 replayTimer_ = startTimer(swipes_.at(masterSwipe_)->durations.at(0) / replaySpeedFactor_); in pinch()
351 replayTimer_ = startTimer(swipes_.at(masterSwipe_)->touchPoints.count() / replaySpeedFactor_); in replay()
372 Q_ASSERT(replayTimer_ != -1); in stop()
373 killTimer(replayTimer_); in stop()
374 replayTimer_ = -1; in stop()
H A Dqdeclarativepinchgenerator_p.h129 int replayTimer_; variable