Searched refs:StringDrawableContainer (Results 1 – 2 of 2) sorted by relevance
692 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 KeyboardShortcuts853 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcuts.StringDrawableContainer
1114 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 KeyboardShortcutListSearch1296 StringDrawableContainer(String string, Drawable drawable) { in StringDrawableContainer() method in KeyboardShortcutListSearch.StringDrawableContainer