Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java88 private AlphabetShiftState mAlphabetShiftState = new AlphabetShiftState(); field in KeyboardState
133 mAlphabetShiftState.setShiftLocked(false); in onLoadKeyboard()
158 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked(); in onSaveKeyboardState()
159 state.mShiftMode = mAlphabetShiftState.isAutomaticShifted() ? AUTOMATIC_SHIFT in onSaveKeyboardState()
160 : (mAlphabetShiftState.isShiftedOrShiftLocked() ? MANUAL_SHIFT : UNSHIFT); in onSaveKeyboardState()
204 if (mAlphabetShiftState.isAutomaticShifted()) { in setShifted()
206 } else if (mAlphabetShiftState.isManualShifted()) { in setShifted()
213 mAlphabetShiftState.setAutomaticShifted(); in setShifted()
219 mAlphabetShiftState.setShifted(true); in setShifted()
225 mAlphabetShiftState.setShifted(false); in setShifted()
[all …]