Searched refs:nextSlotIdx (Results 1 – 1 of 1) sorted by relevance
69 final int nextSlotIdx = indexOf(mCursor++); in getNextSlot() local70 if (mBuffer[nextSlotIdx] == null) { in getNextSlot()71 mBuffer[nextSlotIdx] = createNewItem(); in getNextSlot()73 return mBuffer[nextSlotIdx]; in getNextSlot()