Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1764 int dyFromPress = int(p1.y() - m_sceneStartPoint1.y()); in canStartPan() local
1766 if ((qAbs(dyFromPress) >= startDragDistance || qAbs(dxFromPress) >= startDragDistance)) in canStartPan()