Searched refs:shortcutChar (Results 1 – 3 of 3) sorted by relevance
88 int shortcutChar = kcm.get(keyCode, metaState); in getIntent() local89 if (shortcutChar != 0) { in getIntent()90 shortcut = shortcutMap.get(shortcutChar); in getIntent()95 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()96 if (shortcutChar != 0) { in getIntent()97 shortcut = shortcutMap.get(shortcutChar); in getIntent()133 final int shortcutChar = shortcutName.charAt(0); in loadShortcuts() local177 mShiftShortcuts.put(shortcutChar, shortcut); in loadShortcuts()179 mShortcuts.put(shortcutChar, shortcut); in loadShortcuts()
824 final char shortcutChar = in findItemsWithShortcutForKey() local830 if (isModifiersExactMatch && (shortcutChar != 0) && in findItemsWithShortcutForKey()831 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()832 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()833 || (qwerty && shortcutChar == '\b' && in findItemsWithShortcutForKey()878 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local880 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()882 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()884 || (qwerty && shortcutChar == '\b' && in findItemWithShortcutForKey()
887 final char shortcutChar = in findItemsWithShortcutForKey() local893 if (isModifiersExactMatch && (shortcutChar != 0) in findItemsWithShortcutForKey()894 && (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()895 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()896 || (qwerty && shortcutChar == '\b' in findItemsWithShortcutForKey()942 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local944 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()946 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()948 || (qwerty && shortcutChar == '\b' && in findItemWithShortcutForKey()