Searched refs:shortcutKeys (Results 1 – 3 of 3) sorted by relevance
692 List<StringDrawableContainer> shortcutKeys = getHumanReadableShortcutKeys(info); in populateKeyboardShortcuts() local693 if (shortcutKeys == null) { in populateKeyboardShortcuts()720 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcuts()723 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()772 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local773 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()785 return shortcutKeys; in getHumanReadableShortcutKeys()801 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()806 return shortcutKeys; in getHumanReadableShortcutKeys()810 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local[all …]
1114 List<StringDrawableContainer> shortcutKeys = in populateKeyboardShortcutSearchList() local1116 if (shortcutKeys == null) { in populateKeyboardShortcutSearchList()1121 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcutSearchList()1123 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcutSearchList()1216 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local1217 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()1229 return shortcutKeys; in getHumanReadableShortcutKeys()1245 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()1250 return shortcutKeys; in getHumanReadableShortcutKeys()1254 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local[all …]
222 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() in <lambda>() constant239 val shortcutMap = shortcutKeys.flatMap { key -> in <lambda>()