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.java835 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local
837 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()
857 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
858 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
889 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local
891 event.getKeyData(possibleChars); in findItemWithShortcutForKey()
906 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
908 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()