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

/frameworks/base/core/java/android/view/
H A DKeyEvent.java303 public static final int KEYCODE_BUTTON_A = 96; field in class:KeyEvent
1743 * @return True if the keycode is a gamepad button, such as {@link #KEYCODE_BUTTON_A}.
1747 case KeyEvent.KEYCODE_BUTTON_A:

Completed in 70 milliseconds