Searched refs:replayTimer_ (Results 1 – 2 of 2) sorted by relevance
43 replayTimer_(-1), in QDeclarativePinchGenerator()220 Q_ASSERT(replayTimer_ == event->timerId()); in timerEvent()257 killTimer(replayTimer_); in timerEvent()258 …replayTimer_ = 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()
129 int replayTimer_; variable