Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatPredictionController.java179 int predictionIndex = 0; in fillGapsWithPrediction() local
203 if (mPredictedItems.size() <= predictionIndex) { in fillGapsWithPrediction()
211 (WorkspaceItemInfo) mPredictedItems.get(predictionIndex++); in fillGapsWithPrediction()