Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java809 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local
811 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()
831 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
832 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
863 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local
865 event.getKeyData(possibleChars); in findItemWithShortcutForKey()
880 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
882 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DMenuBuilder.java872 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local
874 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()
894 && (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()
895 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()
927 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local
929 event.getKeyData(possibleChars); in findItemWithShortcutForKey()
944 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()
946 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()