Searched refs:KEYCODE_CAPS_LOCK (Results 1 – 4 of 4) sorted by relevance
69 KeyEvent.KEYCODE_CAPS_LOCK));222 return keyCode == KeyEvent.KEYCODE_CAPS_LOCK; in isCapLock()
77 new int[]{KeyEvent.KEYCODE_CAPS_LOCK},
371 case LeanbackKeyboardView.KEYCODE_CAPS_LOCK: in handleCommitKeyboardKey()546 handleCommitKeyboardKey(LeanbackKeyboardView.KEYCODE_CAPS_LOCK, null); in handleKeyUpEvent()
88 public static final int KEYCODE_CAPS_LOCK = -6; field in LeanbackKeyboardView