Home
last modified time | relevance | path

Searched refs:getHotseatPredictionController (Results 1 – 3 of 3) 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/quickstep/util/
DQuickstepOnboardingPrefs.java83 HotseatPredictionController client = launcher.getHotseatPredictionController(); in setup()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java359 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController() method in QuickstepLauncher