Home
last modified time | relevance | path

Searched refs:mPrevMainKeyboardWasShiftLocked (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java90 private boolean mPrevMainKeyboardWasShiftLocked; field in KeyboardState
134 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()