Home
last modified time | relevance | path

Searched refs:getShiftKeyIndices (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboardView.java48 int[] indices = getKeyboard().getShiftKeyIndices(); in setShifted()
DPasswordEntryKeyboard.java143 for (int index : getShiftKeyIndices()) { in enableShiftLock()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java729 public int[] getShiftKeyIndices() { in getShiftKeyIndices() method in Keyboard