Searched refs:mPrevMainKeyboardWasShiftLocked (Results 1 – 1 of 1) sorted by relevance
90 private boolean mPrevMainKeyboardWasShiftLocked; field in KeyboardState134 mPrevMainKeyboardWasShiftLocked = false; in onLoadKeyboard()162 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked; in onSaveKeyboardState()177 mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked; in onRestoreKeyboardState()258 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked(); in toggleAlphabetAndSymbols()268 if (mPrevMainKeyboardWasShiftLocked) { in toggleAlphabetAndSymbols()271 mPrevMainKeyboardWasShiftLocked = false; in toggleAlphabetAndSymbols()286 if (mPrevMainKeyboardWasShiftLocked) { in resetKeyboardStateToAlphabet()289 mPrevMainKeyboardWasShiftLocked = false; in resetKeyboardStateToAlphabet()348 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked(); in setEmojiKeyboard()