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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java98 public boolean mIsAlphabetShiftLocked; field in class:KeyboardState.SavedKeyboardState
106 if (mIsAlphabetShiftLocked) return "ALPHABET_SHIFT_LOCKED";
145 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked();
149 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked;
180 setShiftLocked(state.mIsAlphabetShiftLocked);
181 if (!state.mIsAlphabetShiftLocked) {
185 mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked;

Completed in 10 milliseconds