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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java69 // TODO: Merge {@link #mSwitchState}, {@link #mIsAlphabetMode}, {@link #mAlphabetShiftState},
80 private boolean mIsAlphabetMode; field in class:KeyboardState
97 public boolean mIsAlphabetMode; field in class:KeyboardState.SavedKeyboardState
104 if (mIsAlphabetMode) {
133 state.mIsAlphabetMode = mIsAlphabetMode;
134 if (mIsAlphabetMode) {
153 if (!state.mIsValid || state.mIsAlphabetMode) {
166 if (state.mIsAlphabetMode) {
185 if (!mIsAlphabetMode) retur
[all...]

Completed in 24 milliseconds