Searched refs:possibleChars (Results 1 – 1 of 1) sorted by relevance
836 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local838 final boolean isKeyCodeMapped = event.getKeyData(possibleChars); in findItemsWithShortcutForKey()858 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()859 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()890 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemWithShortcutForKey() local892 event.getKeyData(possibleChars); in findItemWithShortcutForKey()907 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()909 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()