Searched defs:setShifted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardView.java40 public boolean setShifted(boolean shifted) { method in class:PasswordEntryKeyboardView
41 boolean result = super.setShifted(shifted);
H A DPasswordEntryKeyboard.java181 public boolean setShifted(boolean shiftState) { method in class:PasswordEntryKeyboard
200 // return super.setShifted(shiftState);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java696 public boolean setShifted(boolean shiftState) { method in class:Keyboard
H A DKeyboardView.java493 public boolean setShifted(boolean shifted) { method in class:KeyboardView
495 if (mKeyboard.setShifted(shifted)) {
508 * @see KeyboardView#setShifted(boolean)
1147 mMiniKeyboard.setShifted(isShifted());

Completed in 101 milliseconds