Searched refs:ComponentCachingLogic (Results 1 – 3 of 3) sorted by relevance
34 class ComponentCachingLogic implements CachingLogic<ComponentWithLabel> { class38 public ComponentCachingLogic(Context context) { in ComponentCachingLogic() method in ComponentWithLabel.ComponentCachingLogic
43 import com.android.launcher3.icons.ComponentWithLabel.ComponentCachingLogic;77 mComponentWithLabelCachingLogic = new ComponentCachingLogic(context); in IconCache()
62 import com.android.launcher3.icons.ComponentWithLabel.ComponentCachingLogic;230 updateHandler.updateIcons(allWidgetsList, new ComponentCachingLogic(mApp.getContext()), in run()