Searched refs:shortcutChar (Results 1 – 1 of 1) sorted by relevance
798 … final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : item.getNumericShortcut(); in findItemsWithShortcutForKey() local800 (shortcutChar != 0) && in findItemsWithShortcutForKey()801 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()802 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()803 || (qwerty && shortcutChar == '\b' && in findItemsWithShortcutForKey()848 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local850 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()852 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()854 || (qwerty && shortcutChar == '\b' && in findItemWithShortcutForKey()