Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java145 mDynamicItemCache = new DynamicItemCache(mLauncher, this::fillGapsWithPrediction); in HotseatPredictionController()
208 private void fillGapsWithPrediction() { in fillGapsWithPrediction() method in HotseatPredictionController
209 fillGapsWithPrediction(false, null); in fillGapsWithPrediction()
212 private void fillGapsWithPrediction(boolean animate, Runnable callback) { in fillGapsWithPrediction() method in HotseatPredictionController
229 fillGapsWithPrediction(animate, callback); in fillGapsWithPrediction()
303 fillGapsWithPrediction(); in setPauseUIUpdate()
348 fillGapsWithPrediction(); in showCachedItems()
392 fillGapsWithPrediction(); in setPredictedApps()
574 fillGapsWithPrediction(true, this::removeOutlineDrawings); in onDragEnd()
615 fillGapsWithPrediction(); in onAppsUpdated()