Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java107 private List<ComponentKeyMapper> mComponentKeyMappers = new ArrayList<>(); field in HotseatPredictionController
160 if (mComponentKeyMappers.isEmpty()) { in showEdu()
171 eduController.setPredictedApps(mapToWorkspaceItemInfo(mComponentKeyMappers)); in showEdu()
195 return !mComponentKeyMappers.isEmpty(); in hasPredictions()
216 List<WorkspaceItemInfo> predictedApps = mapToWorkspaceItemInfo(mComponentKeyMappers); in fillGapsWithPrediction()
217 if (mComponentKeyMappers.isEmpty() != predictedApps.isEmpty()) { in fillGapsWithPrediction()
359 mComponentKeyMappers.add(new ComponentKeyMapper(componentKey, mDynamicItemCache)); in showCachedItems()
366 mComponentKeyMappers.clear(); in setPredictedApps()
385 mComponentKeyMappers.add(new ComponentKeyMapper(key, mDynamicItemCache)); in setPredictedApps()
397 mDynamicItemCache.updateDependencies(mComponentKeyMappers, mAllAppsStore, this, in updateDependencies()
[all …]