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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 294 keyboard.setShiftLocked(keyboard.isShiftLocked());
394 public void setShiftLocked(boolean shiftLocked) {
396 mInputView.setShiftLocked(shiftLocked);
408 // enable the indicator, we need to call enableShiftLock() and setShiftLocked(true).
412 symbolsShiftedKeyboard.setShiftLocked(true);
420 // indicator, we need to call enableShiftLock() and setShiftLocked(false).
LatinKeyboardView.java 127 public boolean setShiftLocked(boolean shiftLocked) {
130 ((LatinKeyboard)keyboard).setShiftLocked(shiftLocked);
LatinKeyboard.java 277 void setShiftLocked(boolean shiftLocked) {
    [all...]
LatinIME.java     [all...]
  /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);

Completed in 89 milliseconds