Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DDynamicItemCache.java252 } else if (mapper.getComponentKey() instanceof ShortcutKey) { in updateDependencies()
253 shortcutsToLoad.add((ShortcutKey) mapper.getComponentKey()); in updateDependencies()
DPredictionUiStateManager.java328 .filter(index -> key.equals(apps.get(index).getComponentKey())) in getAllAppsRank()
360 .filter((i) -> k.equals(predictedApps.get(i).getComponentKey())) in fillInPredictedRank()
DComponentKeyMapper.java44 public ComponentKey getComponentKey() { in getComponentKey() method in ComponentKeyMapper
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java654 .filter(index -> key.equals(predictedApps.get(index).getComponentKey())) in logLaunchedAppRankingInfo()
711 .filter((i) -> k.equals(predictedApps.get(i).getComponentKey())) in encodeHotseatLayoutIntoPredictionRank()