Searched refs:nextChild (Results 1 – 2 of 2) sorted by relevance
668 final View nextChild = getChildAt(i);669 if (nextChild.getVisibility() == GONE) {672 clipEdge = Math.min(clipEdge, nextChild.getTop());
4343 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local4344 final float currentZ = nextChild.getZ(); in buildOrderedChildList()4351 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()