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