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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 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)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardShiftState.java 67 public void setShiftLocked(boolean newShiftLockState) {
87 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 139 * Allows shiftlock to be turned on. See {@link #setShiftLocked(boolean)}
163 void setShiftLocked(boolean shiftLocked) {
PasswordEntryKeyboardHelper.java 262 next.setShiftLocked(mKeyboardState == KEYBOARD_STATE_CAPSLOCK);

Completed in 508 milliseconds