Searched refs:possibleChars (Results 1 – 2 of 2) sorted by relevance
809 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local811 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() local865 event.getKeyData(possibleChars); in findItemWithShortcutForKey()880 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()882 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()
872 final KeyCharacterMap.KeyData possibleChars = new KeyCharacterMap.KeyData(); in findItemsWithShortcutForKey() local874 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() local929 event.getKeyData(possibleChars); in findItemWithShortcutForKey()944 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()946 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()