Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DComponentWithLabel.java34 class ComponentCachingLogic<T extends ComponentWithLabel> implements CachingLogic<T> { class
39 public ComponentCachingLogic(Context context, boolean addToMemCache) { in ComponentCachingLogic() method in ComponentWithLabel.ComponentCachingLogic