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

  /development/ndk/sources/android/ndk_helper/
gestureDetector.h 99 class DoubletapDetector: public GestureDetector
108 DoubletapDetector()
111 virtual ~DoubletapDetector()
gestureDetector.cpp 86 // DoubletapDetector
88 GESTURE_STATE DoubletapDetector::Detect( const AInputEvent* motion_event )
111 LOGI( "DoubletapDetector: Doubletap detected" );
129 void DoubletapDetector::SetConfiguration( AConfiguration* config )
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 49 ndk_helper::DoubletapDetector doubletap_detector_;
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 59 ndk_helper::DoubletapDetector doubletap_detector_;

Completed in 311 milliseconds