Home
last modified time | relevance | path

Searched refs:mDynamicItemCache (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java93 private final DynamicItemCache mDynamicItemCache; field in PredictionUiStateManager
109 mDynamicItemCache = new DynamicItemCache(context, this::onAppsUpdated); in PredictionUiStateManager()
251 state.apps.add(new ComponentKeyMapper(key, mDynamicItemCache)); in parseLastState()
262 mDynamicItemCache.updateDependencies(state.apps, mAppsView.getAppsStore(), this, in updateDependencies()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java109 private DynamicItemCache mDynamicItemCache; field in HotseatPredictionController
145 mDynamicItemCache = new DynamicItemCache(mLauncher, this::fillGapsWithPrediction); in HotseatPredictionController()
359 mComponentKeyMappers.add(new ComponentKeyMapper(componentKey, mDynamicItemCache)); in showCachedItems()
385 mComponentKeyMappers.add(new ComponentKeyMapper(key, mDynamicItemCache)); in setPredictedApps()
397 mDynamicItemCache.updateDependencies(mComponentKeyMappers, mAllAppsStore, this, in updateDependencies()