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

/frameworks/base/core/java/android/view/
H A DKeyEvent.java82 public static final int KEYCODE_UNKNOWN = 0; field in class:KeyEvent
885 * key code is not {#link {@link #KEYCODE_UNKNOWN} then the
888 * Otherwise, if the key code is {@link #KEYCODE_UNKNOWN}, then
1473 * {@link #KEYCODE_UNKNOWN}, {@link #ACTION_MULTIPLE}, 0, and
1487 mKeyCode = KEYCODE_UNKNOWN;
2428 * code of {@link #KEYCODE_UNKNOWN}, this is a raw string of characters
2722 if (code != KeyEvent.KEYCODE_UNKNOWN) {
2892 * @return The keycode or {@link #KEYCODE_UNKNOWN} if not found.
2906 return KEYCODE_UNKNOWN;

Completed in 64 milliseconds