Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DComponentWithLabel.java34 class ComponentCachingLogic implements CachingLogic<ComponentWithLabel> { class
38 public ComponentCachingLogic(Context context) { in ComponentCachingLogic() method in ComponentWithLabel.ComponentCachingLogic
DIconCache.java43 import com.android.launcher3.icons.ComponentWithLabel.ComponentCachingLogic;
77 mComponentWithLabelCachingLogic = new ComponentCachingLogic(context); in IconCache()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java62 import com.android.launcher3.icons.ComponentWithLabel.ComponentCachingLogic;
230 updateHandler.updateIcons(allWidgetsList, new ComponentCachingLogic(mApp.getContext()), in run()