Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAccessibilityDelegate.java49 if (launcher.getHotseatPredictionController() == null) { in performAction()
52 launcher.getHotseatPredictionController().pinPrediction(item); in performAction()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduActivity.java54 launcher.getHotseatPredictionController().showEdu(); in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java79 HotseatPredictionController client = mLauncher.getHotseatPredictionController(); in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java150 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController() method in QuickstepLauncher