Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java99 if (mHotseatPredictionController != null) { in onCreate()
100 mHotseatPredictionController.createPredictor(); in onCreate()
108 mHotseatPredictionController = new HotseatPredictionController(this); in setupViews()
120 if (mHotseatPredictionController != null) { in logAppLaunch()
121 mHotseatPredictionController.logLaunchedAppRankingInfo(info, instanceId); in logAppLaunch()
134 if (mHotseatPredictionController != null) { in startActivitySafely()
135 mHotseatPredictionController.setPauseUIUpdate(true); in startActivitySafely()
148 if (mHotseatPredictionController != null && ((changeBits & ACTIVITY_STATE_STARTED) != 0 in onActivityFlagsChanged()
150 mHotseatPredictionController.setPauseUIUpdate(false); in onActivityFlagsChanged()
157 if (mHotseatPredictionController != null) { in folderCreatedFromItem()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java79 protected HotseatPredictionController mHotseatPredictionController; field in BaseQuickstepLauncher
315 return mHotseatPredictionController; in getHotseatPredictionController()