Searched defs:mIsAlphabetMode (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},
81 private boolean mIsAlphabetMode; field in class:KeyboardState
97 public boolean mIsAlphabetMode; field in class:KeyboardState.SavedKeyboardState
105 if (mIsAlphabetMode) {
142 state.mIsAlphabetMode = mIsAlphabetMode;
144 if (mIsAlphabetMode) {
164 if (!state.mIsValid || state.mIsAlphabetMode) {
179 if (state.mIsAlphabetMode) {
193 if (!mIsAlphabetMode) retur
[all...]

Completed in 32 milliseconds