Searched refs:replayBookmark_ (Results 1 – 2 of 2) sorted by relevance
44 replayBookmark_(-1), in QDeclarativePinchGenerator()229 if (replayBookmark_ == 0) { in timerEvent()231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()232 .press(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent()233 } else if (replayBookmark_ == (slaveCount - 1)) { in timerEvent()236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()237 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent()240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()241 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent()243 } else if (replayBookmark_ == (masterCount - 1)) { in timerEvent()[all …]
130 int replayBookmark_; variable