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