Searched refs:shortcutChar (Results 1 – 2 of 2) 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()
850 final char shortcutChar = in findItemsWithShortcutForKey() local856 if (isModifiersExactMatch && (shortcutChar != 0) && in findItemsWithShortcutForKey()857 (shortcutChar == possibleChars.meta[0] in findItemsWithShortcutForKey()858 || shortcutChar == possibleChars.meta[2] in findItemsWithShortcutForKey()859 || (qwerty && shortcutChar == '\b' && in findItemsWithShortcutForKey()904 final char shortcutChar = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcutForKey() local906 if ((shortcutChar == possibleChars.meta[0] && in findItemWithShortcutForKey()908 || (shortcutChar == possibleChars.meta[2] && in findItemWithShortcutForKey()910 || (qwerty && shortcutChar == '\b' && in findItemWithShortcutForKey()