Searched refs:nextViewIndex (Results 1 – 1 of 1) sorted by relevance
312 int nextViewIndex = 0; in updateHotseatItems() local345 while (nextViewIndex < getChildCount()) { in updateHotseatItems()346 hotseatView = getChildAt(nextViewIndex); in updateHotseatItems()387 addView(hotseatView, nextViewIndex, lp); in updateHotseatItems()406 nextViewIndex++; in updateHotseatItems()409 while (nextViewIndex < getChildCount()) { in updateHotseatItems()410 removeAndRecycle(getChildAt(nextViewIndex)); in updateHotseatItems()