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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 90 public boolean isShiftedOrShiftLocked() {
KeyboardState.java 160 : (mAlphabetShiftState.isShiftedOrShiftLocked() ? MANUAL_SHIFT : UNSHIFT);
520 } else if (mAlphabetShiftState.isShiftedOrShiftLocked()) {
577 } else if (mAlphabetShiftState.isShiftedOrShiftLocked()

Completed in 1257 milliseconds