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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DAlphabetShiftState.java106 public boolean isManualShifted() { method in class:AlphabetShiftState
H A DKeyboardState.java189 } else if (mAlphabetShiftState.isManualShifted()) {
342 || (mAlphabetShiftState.isManualShifted() && mShiftKeyState.isReleasing());
434 if (mAlphabetShiftState.isManualShifted() || mIsInAlphabetUnshiftedFromShifted) {

Completed in 27 milliseconds