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