Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarModelCallbacks.java171 int predictionNextIndex = 0; in commitItemsToUI() local
176 if (hotseatItemInfos[i] == null && predictionNextIndex < predictionSize) { in commitItemsToUI()
177 hotseatItemInfos[i] = mPredictedItems.get(predictionNextIndex); in commitItemsToUI()
179 predictionNextIndex++; in commitItemsToUI()