Home | History | Annotate | Download | only in keyboard

Lines Matching refs:setShiftLocked

251             // sticky shift key). To show or dismiss the indicator, we need to call setShiftLocked()
253 keyboard.setShiftLocked(keyboard.hasShiftLockKey());
256 // indicator, we need to call setShiftLocked(false).
257 keyboard.setShiftLocked(false);
289 keyboard.setShiftLocked(false);
425 latinKeyboard.setShiftLocked(false);
433 private void setShiftLocked(boolean shiftLocked) {
435 if (latinKeyboard != null && latinKeyboard.setShiftLocked(shiftLocked)) {
466 setShiftLocked(false);
469 setShiftLocked(true);
517 setShiftLocked(true);