Searched defs:ACTION_BUTTON_PRESS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java316 public static final int ACTION_BUTTON_PRESS = 11; field in class:MotionEvent
2343 * For actions other than {@link #ACTION_BUTTON_PRESS} and {@link #ACTION_BUTTON_RELEASE}
3212 case ACTION_BUTTON_PRESS:
3213 return "ACTION_BUTTON_PRESS";

Completed in 15 milliseconds