Searched refs:mAlphabetShiftState (Results 1 – 1 of 1) sorted by relevance
88 private AlphabetShiftState mAlphabetShiftState = new AlphabetShiftState(); field in KeyboardState133 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 …]