HomeSort by relevance Sort by last modified time
    Searched refs:isAutomaticShifted (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 102 public boolean isAutomaticShifted() {
KeyboardState.java 159 state.mShiftMode = mAlphabetShiftState.isAutomaticShifted() ? AUTOMATIC_SHIFT
204 if (mAlphabetShiftState.isAutomaticShifted()) {
384 final boolean needsToResetAutoCaps = mAlphabetShiftState.isAutomaticShifted()
515 } else if (mAlphabetShiftState.isAutomaticShifted()) {

Completed in 158 milliseconds