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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java72 // {@link #mIsSymbolShifted}, {@link #mPrevMainKeyboardWasShiftLocked}, and
85 private boolean mPrevMainKeyboardWasShiftLocked; field in class:KeyboardState
126 mPrevMainKeyboardWasShiftLocked = false;
141 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked;
174 mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked;
242 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
252 if (mPrevMainKeyboardWasShiftLocked) {
255 mPrevMainKeyboardWasShiftLocked = false;

Completed in 8 milliseconds