HomeSort by relevance Sort by last modified time
    Searched refs:drag_detector_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 51 ndk_helper::DragDetector drag_detector_; member in class:Engine
219 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
235 eng->drag_detector_.GetPointer( v );
242 eng->drag_detector_.GetPointer( v );
379 drag_detector_.SetConfiguration( app_->config );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 61 ndk_helper::DragDetector drag_detector_; member in class:Engine
230 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
246 eng->drag_detector_.GetPointer( v );
253 eng->drag_detector_.GetPointer( v );
390 drag_detector_.SetConfiguration( app_->config );

Completed in 1128 milliseconds