Home
last modified time | relevance | path

Searched refs:DynamicItemCache (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DComponentKeyMapper.java29 private final DynamicItemCache mCache;
31 public ComponentKeyMapper(ComponentKey key, DynamicItemCache cache) { in ComponentKeyMapper()
DDynamicItemCache.java61 public class DynamicItemCache { class
83 public DynamicItemCache(Context context, Runnable onUpdateCallback) { in DynamicItemCache() method in DynamicItemCache
DPredictionUiStateManager.java93 private final DynamicItemCache mDynamicItemCache;
109 mDynamicItemCache = new DynamicItemCache(context, this::onAppsUpdated); in PredictionUiStateManager()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java54 import com.android.launcher3.appprediction.DynamicItemCache;
109 private DynamicItemCache mDynamicItemCache;
145 mDynamicItemCache = new DynamicItemCache(mLauncher, this::fillGapsWithPrediction); in HotseatPredictionController()