HomeSort by relevance Sort by last modified time
    Searched full:gestureid (Results 1 - 25 of 28) sorted by null

1 2

  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 52 protected boolean onGesture(int gestureId) {
53 switch (gestureId) {
61 return super.onGesture(gestureId);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gesture.h 68 extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
SDL_events.h 426 SDL_GestureID gestureId;
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_gesture.h 68 extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
SDL_events.h 426 SDL_GestureID gestureId;
  /prebuilts/misc/windows/sdl2/include/
SDL_gesture.h 68 extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
SDL_events.h 426 SDL_GestureID gestureId;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gesture.h 68 extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
SDL_events.h 426 SDL_GestureID gestureId;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java 86 * @param gestureId ID of the gesture that was recognized.
90 boolean onGestureCompleted(int gestureId);
411 final int gestureId = Integer.parseInt(bestPrediction.name);
412 return mListener.onGestureCompleted(gestureId);
AccessibilityManagerService.java     [all...]
TouchExplorer.java 454 public boolean onGestureCompleted(int gestureId) {
461 mAms.onGesture(gestureId);
    [all...]
  /frameworks/base/core/java/android/gesture/
Gesture.java 286 final long gestureID = in.readLong();
300 gesture.mGestureID = gestureID;
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 301 event.dgesture.gestureId,
305 SDL_Log("Recorded gesture: %"PRIs64"",event.dgesture.gestureId);
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 371 public boolean onGesture(int gestureId);
455 * @param gestureId The unique id of the performed gesture.
476 protected boolean onGesture(int gestureId) {
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java     [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/
libSDL2_test.a     [all...]

Completed in 5731 milliseconds

1 2