Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java836 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local
838 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()
858 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
859 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
890 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local
892 event.getKeyData(possibleChars); in findItemWithShortcutForKey()
907 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
909 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()