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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java345 public static final int ACTION_BUTTON_RELEASE = 12; field in class:MotionEvent
2427 * For actions other than {@link #ACTION_BUTTON_PRESS} and {@link #ACTION_BUTTON_RELEASE}
3310 case ACTION_BUTTON_RELEASE:
3311 return "ACTION_BUTTON_RELEASE";

Completed in 82 milliseconds