Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java103 public boolean mIsAlphabetShiftLocked; field in KeyboardState.SavedKeyboardState
113 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()