Home
last modified time | relevance | path

Searched refs:StringDrawableContainer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java657 List<StringDrawableContainer> shortcutKeys = getHumanReadableShortcutKeys(info); in populateKeyboardShortcuts()
687 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()
729 private List<StringDrawableContainer> getHumanReadableShortcutKeys(KeyboardShortcutInfo info) { in getHumanReadableShortcutKeys()
730 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys()
762 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()
770 private List<StringDrawableContainer> getHumanReadableModifiers(KeyboardShortcutInfo info) { in getHumanReadableModifiers()
771 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers()
779 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()
808 private static final class StringDrawableContainer { class in KeyboardShortcuts
814 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcuts.StringDrawableContainer
H A DKeyboardShortcutListSearch.java1024 List<StringDrawableContainer> shortcutKeys = in populateKeyboardShortcutSearchList()
1033 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcutSearchList()
1117 private List<StringDrawableContainer> getHumanReadableShortcutKeys(KeyboardShortcutInfo info) { in getHumanReadableShortcutKeys()
1118 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys()
1150 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()
1158 private List<StringDrawableContainer> getHumanReadableModifiers(KeyboardShortcutInfo info) { in getHumanReadableModifiers()
1159 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers()
1166 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()
1195 private static final class StringDrawableContainer { class in KeyboardShortcutListSearch
1201 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcutListSearch.StringDrawableContainer