Searched refs:HotseatPredictionController (Results 1 – 3 of 3) sorted by relevance
53 import com.android.launcher3.hybridhotseat.HotseatPredictionController;101 private HotseatPredictionController mHotseatPredictionController;106 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()150 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController()
32 import com.android.launcher3.hybridhotseat.HotseatPredictionController;79 HotseatPredictionController client = mLauncher.getHotseatPredictionController(); in QuickstepOnboardingPrefs()
71 public class HotseatPredictionController implements DragController.DragListener, class116 public HotseatPredictionController(QuickstepLauncher launcher) { in HotseatPredictionController() method in HotseatPredictionController