Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java34 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
79 protected HotseatPredictionController mHotseatPredictionController;
314 public HotseatPredictionController getHotseatPredictionController() { in getHotseatPredictionController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java34 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
116 HotseatPredictionController client = mLauncher.getHotseatPredictionController(); in QuickstepOnboardingPrefs()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java89 public class HotseatPredictionController implements DragController.DragListener, class
138 public HotseatPredictionController(Launcher launcher) { in HotseatPredictionController() method in HotseatPredictionController
319 WeakReference<HotseatPredictionController> controllerRef = new WeakReference<>(this); in createPredictor()
705 HotseatPredictionController controller = launcher.getHotseatPredictionController(); in encodeHotseatLayoutIntoPredictionRank()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java42 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
166 HotseatPredictionController controller = launcher.getHotseatPredictionController(); in performAccessibilityAction()
DQuickstepLauncher.java49 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
108 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java42 import com.android.launcher3.hybridhotseat.HotseatPredictionController;
353 HotseatPredictionController.encodeHotseatLayoutIntoPredictionRank(itemInfo, target); in fillInPredictedRank()