Searched refs:shortcutKeys (Results 1 – 2 of 2) sorted by relevance
623 List<StringDrawableContainer> shortcutKeys = getHumanReadableShortcutKeys(info); in populateKeyboardShortcuts() local624 if (shortcutKeys == null) { in populateKeyboardShortcuts()651 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcuts()653 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()696 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local697 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()712 return shortcutKeys; in getHumanReadableShortcutKeys()728 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()733 return shortcutKeys; in getHumanReadableShortcutKeys()737 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local[all …]
138 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() in <lambda>() constant154 val shortcutMap = shortcutKeys.flatMap { key -> in <lambda>()