Searched defs:IconCache (Results 1 – 2 of 2) sorted by relevance
31 private typealias IconCache = LruCache<String, Drawable> in <lambda>() typealias
86 public class IconCache extends BaseIconCache { class112 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache() method in IconCache