Searched refs:predictionNextIndex (Results 1 – 1 of 1) sorted by relevance
225 int predictionNextIndex = 0; in commitItemsToUI() local229 if (hotseatItemInfos[i] == null && predictionNextIndex < predictionSize) { in commitItemsToUI()230 hotseatItemInfos[i] = mPredictedItems.get(predictionNextIndex); in commitItemsToUI()232 predictionNextIndex++; in commitItemsToUI()