Home
last modified time | relevance | path

Searched refs:startDragDistance (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp115 static const int startDragDistance = qApp->styleHints()->startDragDistance(); in pointDragged() local
116 return ( qAbs(pNew.x() - pOld.x()) > startDragDistance in pointDragged()
117 || qAbs(pNew.y() - pOld.y()) > startDragDistance); in pointDragged()
1762 const int startDragDistance = qApp->styleHints()->startDragDistance() * 2; in canStartPan() local
1766 if ((qAbs(dyFromPress) >= startDragDistance || qAbs(dxFromPress) >= startDragDistance)) in canStartPan()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp378 int QDeclarativePinchGenerator::startDragDistance() in startDragDistance() function in QDeclarativePinchGenerator
380 return qApp->styleHints()->startDragDistance(); in startDragDistance()
H A Dqdeclarativepinchgenerator_p.h76 Q_INVOKABLE int startDragDistance();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Durllineedit.cpp235 && (event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
H A Dtabwidget.cpp158 if ((event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_pinch.qml.QTBUG-47970215 verify((map.lastPinchEvent.point1.x > pinchGenerator.startDragDistance())
219 && (map.lastPinchEvent.point2.x < 100 - pinchGenerator.startDragDistance()))