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.java783 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local
785 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()
801 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
802 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
833 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local
835 event.getKeyData(possibleChars); in findItemWithShortcutForKey()
850 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
852 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()