Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp107 if (swipes_.count() == SWIPES_REQUIRED) in mouseReleaseEvent()
108 delete swipes_.takeFirst(); in mouseReleaseEvent()
109 swipes_ << activeSwipe_; in mouseReleaseEvent()
226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent()
227 int slaveCount = swipes_.at(slaveSwipe)->touchPoints.count(); in timerEvent()
231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()
232 .press(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); 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()
[all …]
H A Dqdeclarativepinchgenerator_p.h126 QList<Swipe*> swipes_; variable