Home
last modified time | relevance | path

Searched refs:setGestureInProgress (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.hpp144 void setGestureInProgress(bool);
H A Dmap.cpp246 void Map::setGestureInProgress(bool inProgress) { in setGestureInProgress() function in mbgl::Map
247 impl->transform.setGestureInProgress(inProgress); in setGestureInProgress()
H A Dtransform.cpp680 void Transform::setGestureInProgress(bool inProgress) { in setGestureInProgress() function in mbgl::Transform
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp59 void setGestureInProgress(bool);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp191 void setGestureInProgress(bool inProgress);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp886 void QMapboxGL::setGestureInProgress(bool progress) in setGestureInProgress() function in QMapboxGL
888 d_ptr->mapObj->setGestureInProgress(progress); in setGestureInProgress()