Searched refs:possibleChars (Results 1 – 1 of 1) sorted by relevance
835 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local837 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() local891 event.getKeyData(possibleChars); in findItemWithShortcutForKey()906 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()908 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()