Searched refs:isShiftLocked (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java135 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked();
225 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked()
229 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) {
240 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
415 if (!mAlphabetShiftState.isShiftLocked() && !mShiftKeyState.isIgnoring()) {
443 if (mAlphabetShiftState.isShiftLocked()) {
474 final boolean isShiftLocked = mAlphabetShiftState.isShiftLocked();
481 setShiftLocked(!mAlphabetShiftState.isShiftLocked());
498 } else if (isShiftLocked
[all...]
H A DAlphabetShiftState.java94 public boolean isShiftLocked() { method in class:AlphabetShiftState

Completed in 52 milliseconds