Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java692 List<StringDrawableContainer> shortcutKeys = getHumanReadableShortcutKeys(info); in populateKeyboardShortcuts()
723 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcuts()
771 private List<StringDrawableContainer> getHumanReadableShortcutKeys(KeyboardShortcutInfo info) { in getHumanReadableShortcutKeys()
772 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys()
801 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()
809 private List<StringDrawableContainer> getHumanReadableModifiers(KeyboardShortcutInfo info) { in getHumanReadableModifiers()
810 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers()
818 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()
847 private static final class StringDrawableContainer { class in KeyboardShortcuts
853 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcuts.StringDrawableContainer
DKeyboardShortcutListSearch.java1114 List<StringDrawableContainer> shortcutKeys = in populateKeyboardShortcutSearchList()
1123 StringDrawableContainer shortcutRepresentation = shortcutKeys.get(k); in populateKeyboardShortcutSearchList()
1215 private List<StringDrawableContainer> getHumanReadableShortcutKeys(KeyboardShortcutInfo info) { in getHumanReadableShortcutKeys()
1216 List<StringDrawableContainer> shortcutKeys = getHumanReadableModifiers(info); in getHumanReadableShortcutKeys()
1245 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()
1253 private List<StringDrawableContainer> getHumanReadableModifiers(KeyboardShortcutInfo info) { in getHumanReadableModifiers()
1254 final List<StringDrawableContainer> shortcutKeys = new ArrayList<>(); in getHumanReadableModifiers()
1261 shortcutKeys.add(new StringDrawableContainer( in getHumanReadableModifiers()
1290 private static final class StringDrawableContainer { class in KeyboardShortcutListSearch
1296 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcutListSearch.StringDrawableContainer