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.java101 private HotseatPredictionController mHotseatPredictionController; field in QuickstepLauncher
106 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()
139 mHotseatPredictionController.logLaunchedAppRankingInfo(info, instanceId); in logAppLaunch()
151 return mHotseatPredictionController; in getHotseatPredictionController()
168 mHotseatPredictionController.setPauseUIUpdate(getTaskbarUIController() == null); in startActivitySafely()
182 mHotseatPredictionController.setPauseUIUpdate(false); in onActivityFlagsChanged()
195 Stream.of(mHotseatPredictionController), super.getSupportedShortcuts()); in getSupportedShortcuts()
227 mHotseatPredictionController.setPredictedItems(item); in bindExtraContainerItems()
245 mHotseatPredictionController.destroy(); in onDestroy()