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

/frameworks/base/core/java/android/view/
H A DKeyEvent.java84 public static final int KEYCODE_UNKNOWN = 0; field in class:KeyEvent
826 * key code is not {#link {@link #KEYCODE_UNKNOWN} then the
829 * Otherwise, if the key code is {@link #KEYCODE_UNKNOWN}, then
1413 * {@link #KEYCODE_UNKNOWN}, {@link #ACTION_MULTIPLE}, 0, and
1427 mKeyCode = KEYCODE_UNKNOWN;
2356 * code of {@link #KEYCODE_UNKNOWN}, this is a raw string of characters
2650 if (code != KeyEvent.KEYCODE_UNKNOWN) {
2820 * @return The keycode or {@link #KEYCODE_UNKNOWN} if not found.
2834 return KEYCODE_UNKNOWN;

Completed in 91 milliseconds