Searched refs:IconKey (Results 1 – 1 of 1) sorted by relevance
32 private final Map<IconKey, HSIconFileElement> mCache =33 new LinkedHashMap<IconKey, HSIconFileElement>() {40 private static class IconKey { class in IconCache47 private IconKey(OSUInfo osuInfo, String fileName) { in IconKey() method in IconCache.IconKey68 IconKey that = (IconKey) thatObject; in equals()94 private final IconKey mKey;98 private QueryEntry(IconKey key) { in QueryEntry()103 private IconKey getKey() { in getKey()130 mEntries.addLast(new QueryEntry(new IconKey(osuInfo, iconInfo.getFileName()))); in QuerySet()159 private IconKey updateIcon(String fileName, HSIconFileElement iconFileElement) { in updateIcon()[all …]