Home
last modified time | relevance | path

Searched defs:addToMemCache (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DComponentWithLabel.java39 public ComponentCachingLogic(Context context, boolean 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()
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