Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java53 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
101 private HotseatPredictionController mHotseatPredictionController;
106 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()
150 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java32 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
79 HotseatPredictionController client = mLauncher.getHotseatPredictionController(); in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java71 public class HotseatPredictionController implements DragController.DragListener, class
116 public HotseatPredictionController(QuickstepLauncher launcher) { in HotseatPredictionController() method in HotseatPredictionController