Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java222 int predictionIndex = 0; in fillGapsWithPrediction() local
243 if (predictedApps.size() <= predictionIndex) { in fillGapsWithPrediction()
250 WorkspaceItemInfo predictedItem = predictedApps.get(predictionIndex++); in fillGapsWithPrediction()
260 mPredictedSpotsCount = predictionIndex; in fillGapsWithPrediction()