Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java225 private HotseatPredictionController mHotseatPredictionController; field in QuickstepLauncher
302 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()
339 mHotseatPredictionController.logLaunchedAppRankingInfo(info, instanceId); in logAppLaunch()
346 mHotseatPredictionController.onDeferredDrop(cellX, cellY); in completeAddShortcut()
360 return mHotseatPredictionController; in getHotseatPredictionController()
366 mHotseatPredictionController.enableHotseatEdu(enable); in enableHotseatEdu()
385 mHotseatPredictionController.setPauseUIUpdate(getTaskbarUIController() == null); in startActivitySafely()
392 mHotseatPredictionController.setPauseUIUpdate(false); in startActivitySafely()
396 mHotseatPredictionController.setPauseUIUpdate(false); in startActivitySafely()
406 mHotseatPredictionController.verifyUIUpdateNotPaused(); in startBinding()
[all …]