Searched refs:nextChild (Results 1 – 2 of 2) sorted by relevance
705 final View nextChild = getChildAt(i);706 if (nextChild.getVisibility() == GONE) {709 clipEdge = Math.min(clipEdge, nextChild.getTop());
4427 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local4428 final float currentZ = nextChild.getZ(); in buildOrderedChildList()4435 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()