Searched refs:recycledViewIndex (Results 1 – 1 of 1) sorted by relevance
2350 int recycledViewIndex = findViewIndexToRecycle(target, rvToApply); in apply() local2351 if (recycledViewIndex >= 0) { in apply()2352 View child = target.getChildAt(recycledViewIndex); in apply()2354 if (nextChild < recycledViewIndex) { in apply()2355 target.removeViews(nextChild, recycledViewIndex - nextChild); in apply()2364 target.removeViews(nextChild, recycledViewIndex - nextChild + 1); in apply()2403 final int recycledViewIndex = target.findChildIndex(nextChild, in initActionAsync() local2405 if (recycledViewIndex >= 0) { in initActionAsync()2409 ViewTree recycled = target.mChildren.get(recycledViewIndex); in initActionAsync()2412 if (recycledViewIndex > nextChild) { in initActionAsync()[all …]