Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp145 bool isGestureInProgress() const { return state.isGestureInProgress(); } in isGestureInProgress() function in mbgl::Transform
H A Dtransform_state.hpp76 bool isGestureInProgress() const;
H A Dmap.cpp251 bool Map::isGestureInProgress() const { in isGestureInProgress() function in mbgl::Map
252 return impl->transform.isGestureInProgress(); in isGestureInProgress()
H A Dtransform_state.cpp262 bool TransformState::isGestureInProgress() const { in isGestureInProgress() function in mbgl::TransformState
H A Dtransform.cpp107 if (isGestureInProgress()) { in easeTo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp60 bool isGestureInProgress() const;