Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp649 return m_flickState == panActive || m_flickState == flickActive; in isPanActive()
782 m_flickState = panActive; in setFlickEnabled()
1704 setFlickState(panActive); in panStateMachine()
1707 case panActive: in panStateMachine()
1729 setFlickState(panActive); in panStateMachine()
1741 case panActive: in panStateMachine()
1744 if (lastState != panActive) in panStateMachine()
1856 } else if (m_flickState == panActive) { in stopPan()
H A Dqquickgeomapgesturearea_p.h124 Q_PROPERTY(bool panActive READ isPanActive NOTIFY panActiveChanged)
385 panActive, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_flick.qml125 compare(map.gesture.panActive, false)
142 compare(map.gesture.panActive, false)
337 compare(map.gesture.panActive, false)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc56 …aced isPanActive and isPinchActive properties with \l[QML]{QtLocation::MapGestureArea::}{panActive}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1796 Property { name: "panActive"; type: "bool"; isReadonly: true }