Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java101 private PredictionState mPendingState; field in PredictionUiStateManager
153 if (mPendingState != null) { in setTargetAppsView()
154 applyState(mPendingState); in setTargetAppsView()
155 mPendingState = null; in setTargetAppsView()
170 if (mPendingState != null && canApplyPredictions(mPendingState)) { in onStateTransitionComplete()
171 applyState(mPendingState); in onStateTransitionComplete()
172 mPendingState = null; in onStateTransitionComplete()
174 if (mPendingState == null) { in onStateTransitionComplete()
181 boolean registerListener = mPendingState == null; in scheduleApplyPredictedApps()
182 mPendingState = state; in scheduleApplyPredictedApps()
[all …]