Home
last modified time | relevance | path

Searched refs:PredictionState (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;
102 private PredictionState mCurrentState;
180 private void scheduleApplyPredictedApps(PredictionState state) { in scheduleApplyPredictedApps()
189 private void applyState(PredictionState state) { in applyState()
219 PredictionState newState = changed in dispatchOnChange()
231 private PredictionState parseLastState() { in parseLastState()
232 PredictionState state = new PredictionState(); in parseLastState()
258 private void updateDependencies(PredictionState state) { in updateDependencies()
271 private boolean canApplyPredictions(PredictionState newState) { in canApplyPredictions()
305 public PredictionState getCurrentState() { in getCurrentState()
[all …]