Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java170 if (mPendingState != null && canApplyPredictions(mPendingState)) { in onStateTransitionComplete()
221 : mPendingState != null && canApplyPredictions(mPendingState) in dispatchOnChange()
224 if (changed && mAppsView != null && !canApplyPredictions(newState)) { in dispatchOnChange()
271 private boolean canApplyPredictions(PredictionState newState) { in canApplyPredictions() method