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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java68 // TODO: Merge {@link #mSwitchState}, {@link #mIsAlphabetMode}, {@link #mAlphabetShiftState},
83 private AlphabetShiftState mAlphabetShiftState = new AlphabetShiftState(); field in class:KeyboardState
127 mAlphabetShiftState.setShiftLocked(false);
145 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked();
146 state.mShiftMode = mAlphabetShiftState.isAutomaticShifted() ? AUTOMATIC_SHIFT
147 : (mAlphabetShiftState.isShiftedOrShiftLocked() ? MANUAL_SHIFT : UNSHIFT);
195 if (mAlphabetShiftState.isAutomaticShifted()) {
197 } else if (mAlphabetShiftState.isManualShifted()) {
204 mAlphabetShiftState.setAutomaticShifted();
210 mAlphabetShiftState
[all...]

Completed in 33 milliseconds