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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DAlphabetShiftState.java102 public boolean isAutomaticShifted() { method in class:AlphabetShiftState
H A DKeyboardState.java159 state.mShiftMode = mAlphabetShiftState.isAutomaticShifted() ? AUTOMATIC_SHIFT
204 if (mAlphabetShiftState.isAutomaticShifted()) {
384 final boolean needsToResetAutoCaps = mAlphabetShiftState.isAutomaticShifted()
515 } else if (mAlphabetShiftState.isAutomaticShifted()) {

Completed in 12 milliseconds