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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java69 // {@link #mIsSymbolShifted}, {@link #mPrevMainKeyboardWasShiftLocked}, and
85 private boolean mPrevMainKeyboardWasShiftLocked; field in class:KeyboardState
128 mPrevMainKeyboardWasShiftLocked = false;
149 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked;
185 mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked;
249 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
259 if (mPrevMainKeyboardWasShiftLocked) {
262 mPrevMainKeyboardWasShiftLocked = false;
277 if (mPrevMainKeyboardWasShiftLocked) {
280 mPrevMainKeyboardWasShiftLocked
[all...]

Completed in 10 milliseconds