Searched refs:isShiftLockShifted (Results 1 – 2 of 2) sorted by relevance
243 || 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()
98 public boolean isShiftLockShifted() { in isShiftLockShifted() method in AlphabetShiftState