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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java228 private void setShiftLocked(final boolean shiftLocked) { argument
230 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this);
233 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked()
237 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) {
240 mAlphabetShiftState.setShiftLocked(shiftLocked);

Completed in 10 milliseconds