Home
last modified time | relevance | path

Searched refs:addToMemCache (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DComponentWithLabel.java39 public ComponentCachingLogic(Context context, boolean addToMemCache) { in ComponentCachingLogic() argument
41 mAddToMemCache = addToMemCache; in ComponentCachingLogic()
65 public boolean addToMemCache() { in addToMemCache() method in ComponentWithLabel.ComponentCachingLogic
H A DComponentWithLabelAndIcon.java37 public ComponentWithIconCachingLogic(Context context, boolean addToMemCache) { in ComponentWithIconCachingLogic() argument
38 super(context, addToMemCache); in ComponentWithIconCachingLogic()
H A DShortcutCachingLogic.java88 public boolean addToMemCache() { in addToMemCache() method in ShortcutCachingLogic
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DCachingLogic.java62 default boolean addToMemCache() { in addToMemCache() method
H A DBaseIconCache.java277 if (cachingLogic.addToMemCache()) mCache.put(key, entry); in addIconToDBAndMemCache()
336 if (cachingLogic.addToMemCache()) { in cacheLocked()