Searched refs:shortcutKeys (Results 1 – 3 of 3) sorted by relevance
658 if (shortcutKeys == null) { in populateKeyboardShortcuts()685 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcuts()687 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()730 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local731 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()746 return shortcutKeys; in getHumanReadableShortcutKeys()767 return shortcutKeys; in getHumanReadableShortcutKeys()771 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local774 return shortcutKeys; in getHumanReadableModifiers()779 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()[all …]
1024 List<StringDrawableContainer> shortcutKeys = in populateKeyboardShortcutSearchList() local1026 if (shortcutKeys == null) { in populateKeyboardShortcutSearchList()1031 final int shortcutKeysSize = shortcutKeys.size(); in populateKeyboardShortcutSearchList()1118 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys() local1119 if (shortcutKeys == null) { in getHumanReadableShortcutKeys()1134 return shortcutKeys; in getHumanReadableShortcutKeys()1155 return shortcutKeys; in getHumanReadableShortcutKeys()1159 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers() local1162 return shortcutKeys; in getHumanReadableModifiers()1166 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()[all …]
222 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet() regex239 val shortcutMap = shortcutKeys.flatMap { key ->