Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java243 || mAlphabetShiftState.isShiftLockShifted())) { in setShiftLocked()
552 if (mAlphabetShiftState.isShiftLockShifted()) { in onReleaseShift()
564 } else if (mAlphabetShiftState.isShiftLockShifted() && withSliding) { in onReleaseShift()
570 } else if (isShiftLocked && !mAlphabetShiftState.isShiftLockShifted() in onReleaseShift()
DAlphabetShiftState.java98 public boolean isShiftLockShifted() { in isShiftLockShifted() method in AlphabetShiftState