Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduActivity.java52 if (launcher != null && launcher.getHotseatPredictionController() != null) { in init()
53 launcher.getHotseatPredictionController().showEdu(); in init()
DHotseatPredictionController.java701 if (launcher == null || launcher.getHotseatPredictionController() == null in encodeHotseatLayoutIntoPredictionRank()
705 HotseatPredictionController controller = launcher.getHotseatPredictionController(); in encodeHotseatLayoutIntoPredictionRank()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java163 if (launcher == null || launcher.getHotseatPredictionController() == null) { in performAccessibilityAction()
166 HotseatPredictionController controller = launcher.getHotseatPredictionController(); in performAccessibilityAction()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java116 HotseatPredictionController client = mLauncher.getHotseatPredictionController(); in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java314 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController() method in BaseQuickstepLauncher