Searched refs:mIsAlphabetShiftLocked (Results 1 – 1 of 1) sorted by relevance
103 public boolean mIsAlphabetShiftLocked; field in KeyboardState.SavedKeyboardState113 return mIsAlphabetShiftLocked ? "ALPHABET_SHIFT_LOCKED" in toString()158 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked(); in onSaveKeyboardState()162 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked; in onSaveKeyboardState()177 mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked; in onRestoreKeyboardState()180 setShiftLocked(state.mIsAlphabetShiftLocked); in onRestoreKeyboardState()181 if (!state.mIsAlphabetShiftLocked) { in onRestoreKeyboardState()