Searched refs:CODE_CAPSLOCK (Results 1 – 6 of 6) sorted by relevance
210 mSwitcher.onPressKey(Constants.CODE_CAPSLOCK, true /* isSinglePointer */); in longPressShiftKey()211 mSwitcher.onCodeInput(Constants.CODE_CAPSLOCK); in longPressShiftKey()228 releaseKey(Constants.CODE_CAPSLOCK, afterRelease); in longPressAndReleaseShiftKey()
235 public static final int CODE_CAPSLOCK = -2; field in Constants259 case CODE_CAPSLOCK: return "capslock"; in printableCode()
63 Constants.CODE_CAPSLOCK,
367 } else if (code == Constants.CODE_CAPSLOCK) { in onPressKey()402 } else if (code == Constants.CODE_CAPSLOCK) { in onReleaseKey()
147 protected static final ExpectedKey CAPSLOCK_MORE_KEY = key(" ", Constants.CODE_CAPSLOCK);
483 && processedEvent.mKeyCode != Constants.CODE_CAPSLOCK in onCodeInput()659 case Constants.CODE_CAPSLOCK: in handleFunctionalEvent()