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

  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTest.java 72 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0);
76 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0);
  /frameworks/base/core/java/android/view/
GestureDetector.java 697 case MotionEvent.ACTION_BUTTON_PRESS:
InputEventConsistencyVerifier.java 100 // The bitset of buttons which we've received ACTION_BUTTON_PRESS for.
495 case MotionEvent.ACTION_BUTTON_PRESS:
498 problem("Action button for ACTION_BUTTON_PRESS event is " +
    [all...]
MotionEvent.java 316 public static final int ACTION_BUTTON_PRESS = 11;
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 163 milliseconds