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

/frameworks/base/core/java/android/view/
H A DKeyEvent.java293 public static final int KEYCODE_BUTTON_A = 96; field in class:KeyEvent
713 names.append(KEYCODE_BUTTON_A, "KEYCODE_BUTTON_A");
1737 * @return True if the keycode is a gamepad button, such as {@link #KEYCODE_BUTTON_A}.
1741 case KeyEvent.KEYCODE_BUTTON_A:

Completed in 13 milliseconds