HomeSort by relevance Sort by last modified time
    Searched defs:setShiftLocked (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 142 * Allows shiftlock to be turned on. See {@link #setShiftLocked(boolean)}
164 void setShiftLocked(boolean shiftLocked) {
PasswordEntryKeyboardHelper.java 219 next.setShiftLocked(mKeyboardState == KEYBOARD_STATE_CAPSLOCK);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 122 public boolean setShiftLocked(boolean shiftLocked) {
125 ((LatinKeyboard)keyboard).setShiftLocked(shiftLocked);
KeyboardSwitcher.java 280 keyboard.setShiftLocked(keyboard.isShiftLocked());
380 public void setShiftLocked(boolean shiftLocked) {
382 mInputView.setShiftLocked(shiftLocked);
394 // enable the indicator, we need to call enableShiftLock() and setShiftLocked(true).
398 symbolsShiftedKeyboard.setShiftLocked(true);
406 // indicator, we need to call enableShiftLock() and setShiftLocked(false).
LatinKeyboard.java 276 void setShiftLocked(boolean shiftLocked) {
    [all...]

Completed in 682 milliseconds