Home
last modified time | relevance | path

Searched refs:nextViewIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java312 int nextViewIndex = 0; in updateHotseatItems() local
345 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()