HomeSort by relevance Sort by last modified time
    Searched refs:CODE_CAPSLOCK (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateTestsBase.java 210 mSwitcher.onPressKey(Constants.CODE_CAPSLOCK, true /* isSinglePointer */);
211 mSwitcher.onCodeInput(Constants.CODE_CAPSLOCK);
228 releaseKey(Constants.CODE_CAPSLOCK, afterRelease);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 63 Constants.CODE_CAPSLOCK,
KeyboardState.java 358 } else if (code == Constants.CODE_CAPSLOCK) {
392 } else if (code == Constants.CODE_CAPSLOCK) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 300 static final ExpectedKey CAPSLOCK_MORE_KEY = key(" ", Constants.CODE_CAPSLOCK);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 483 && processedEvent.mKeyCode != Constants.CODE_CAPSLOCK
    [all...]

Completed in 57 milliseconds