Searched refs:nextChild (Results 1 – 4 of 4) sorted by relevance
2576 if (nextChild < 0 || nextChild >= numChildren) { in setNextRecyclableChild()2587 if (nextChild >= 0 && nextChild < root.getChildCount()) { in finalizeViewRecycling()2588 root.removeViews(nextChild, root.getChildCount() - nextChild); in finalizeViewRecycling()2649 nextChild++) { in findViewIndexToRecycle()2685 target.removeViews(nextChild, recycledViewIndex - nextChild); in apply()2693 target.removeViews(nextChild, recycledViewIndex - nextChild + 1); in apply()2704 if (nextChild >= 0) { in apply()2741 target.removeChildren(nextChild, recycledViewIndex - nextChild); in initActionAsync()2758 targetVg.removeViews(nextChild, recycledViewIndex - nextChild); in initActionAsync()2765 target.removeChildren(nextChild, recycledViewIndex - nextChild + 1); in initActionAsync()[all …]
758 final View nextChild = getChildAt(i);759 if (nextChild.getVisibility() == GONE) {762 clipEdge = Math.min(clipEdge, nextChild.getTop());
4470 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local4471 final float currentZ = nextChild.getZ(); in buildOrderedChildList()4478 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()
10068 HSPLkotlinx/coroutines/JobSupport;->nextChild(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)…