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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardShiftState.java 98 public boolean isShiftedOrShiftLocked() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 122 mIsShifted = !mIsShiftLocked && isShiftedOrShiftLocked();
147 final boolean isShifted = !isShiftLocked && isShiftedOrShiftLocked();
375 public boolean isShiftedOrShiftLocked() {
378 return latinKeyboard.isShiftedOrShiftLocked();
450 setManualTemporaryUpperCase(!isShiftedOrShiftLocked());
540 } else if (isShiftedOrShiftLocked()) {
579 } else if (isShiftedOrShiftLocked() && shiftKeyState.isPressingOnShifted()
    [all...]
LatinKeyboard.java 179 if (isAlphaKeyboard() && isShiftedOrShiftLocked() && !TextUtils.isEmpty(label)
LatinKeyboardView.java 458 moreKeysPanel.setShifted(keyboard.isShiftedOrShiftLocked());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 224 } else if (keyboard.isShiftedOrShiftLocked() && mShiftedKeyCodeMap.containsKey(code)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 295 || (switcher.isAlphabetMode() && switcher.isShiftedOrShiftLocked()));
    [all...]

Completed in 50 milliseconds