Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DComponentWithLabel.java41 public ComponentCachingLogic(Context context, boolean addToMemCache) { in ComponentCachingLogic() argument
43 mAddToMemCache = addToMemCache; in ComponentCachingLogic()
71 public boolean addToMemCache() { in addToMemCache() method in ComponentWithLabel.ComponentCachingLogic
DComponentWithLabelAndIcon.java38 public ComponentWithIconCachingLogic(Context context, boolean addToMemCache) { in ComponentWithIconCachingLogic() argument
39 super(context, addToMemCache); in ComponentWithIconCachingLogic()
DShortcutCachingLogic.java95 public boolean addToMemCache() { in addToMemCache() method in ShortcutCachingLogic
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DCachingLogic.java62 default boolean addToMemCache() { in addToMemCache() method
DBaseIconCache.java269 if (cachingLogic.addToMemCache()) mCache.put(key, entry); in addIconToDBAndMemCache()
314 if (cachingLogic.addToMemCache()) { in cacheLocked()