Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java202 int predictionIndex = 0; in fillGapsWithPrediction() local
225 if (mPredictedItems.size() <= predictionIndex) { in fillGapsWithPrediction()
233 (WorkspaceItemInfo) mPredictedItems.get(predictionIndex++); in fillGapsWithPrediction()