Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java225 int predictionNextIndex = 0; in commitItemsToUI() local
229 if (hotseatItemInfos[i] == null && predictionNextIndex < predictionSize) { in commitItemsToUI()
230 hotseatItemInfos[i] = mPredictedItems.get(predictionNextIndex); in commitItemsToUI()
232 predictionNextIndex++; in commitItemsToUI()