Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java237 private void setShiftLocked(final boolean shiftLocked) { in setShiftLocked() argument
239 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this); in setShiftLocked()
242 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked() in setShiftLocked()
246 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) { in setShiftLocked()
249 mAlphabetShiftState.setShiftLocked(shiftLocked); in setShiftLocked()