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

  /prebuilts/ndk/r11/sources/android/ndk_helper/
gestureDetector.h 50 typedef int32_t GESTURE_STATE;
70 virtual GESTURE_STATE Detect( const AInputEvent* motion_event ) = 0;
91 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
114 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
139 virtual GESTURE_STATE Detect( const AInputEvent* event );
161 virtual GESTURE_STATE Detect( const AInputEvent* event );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gestureDetector.h 50 typedef int32_t GESTURE_STATE;
70 virtual GESTURE_STATE Detect( const AInputEvent* motion_event ) = 0;
91 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
114 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
139 virtual GESTURE_STATE Detect( const AInputEvent* event );
161 virtual GESTURE_STATE Detect( const AInputEvent* event );

Completed in 54 milliseconds