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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 141 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked();
226 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked()
230 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) {
241 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
439 if (!mAlphabetShiftState.isShiftLocked() && !mShiftKeyState.isIgnoring()) {
470 if (mAlphabetShiftState.isShiftLocked()) {
505 final boolean isShiftLocked = mAlphabetShiftState.isShiftLocked();
512 setShiftLocked(!mAlphabetShiftState.isShiftLocked());
532 } else if (isShiftLocked && !mAlphabetShiftState.isShiftLockShifted(
    [all...]
AlphabetShiftState.java 94 public boolean isShiftLocked() {

Completed in 483 milliseconds