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

/frameworks/base/core/java/android/view/
H A DKeyEvent.java83 public static final int KEYCODE_UNKNOWN = 0; field in class:KeyEvent
849 * key code is not {#link {@link #KEYCODE_UNKNOWN} then the
852 * Otherwise, if the key code is {@link #KEYCODE_UNKNOWN}, then
1436 * {@link #KEYCODE_UNKNOWN}, {@link #ACTION_MULTIPLE}, 0, and
1450 mKeyCode = KEYCODE_UNKNOWN;
2377 * code of {@link #KEYCODE_UNKNOWN}, this is a raw string of characters
2671 if (code != KeyEvent.KEYCODE_UNKNOWN) {
2841 * @return The keycode or {@link #KEYCODE_UNKNOWN} if not found.
2855 return KEYCODE_UNKNOWN;

Completed in 59 milliseconds