Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp45 masterSwipe_(-1), in QDeclarativePinchGenerator()
224 int slaveSwipe = masterSwipe_ ^ 1; in timerEvent()
226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent()
231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()
236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()
240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()
245 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)); in timerEvent()
249 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()
254 if (replayBookmark_ >= swipes_.at(masterSwipe_)->touchPoints.count()) in timerEvent()
258 …replayTimer_ = startTimer((swipes_.at(masterSwipe_)->durations.at(replayBookmark_) + 5) / replaySp… in timerEvent()
[all …]
H A Dqdeclarativepinchgenerator_p.h131 int masterSwipe_; variable