Home
last modified time | relevance | path

Searched defs:IconCache (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/icons/
DCachingTargetDataLoader.kt31 private typealias IconCache = LruCache<String, Drawable> in <lambda>() typealias
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java86 public class IconCache extends BaseIconCache { class
112 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache() method in IconCache