Searched refs:currentZ (Results 1 – 1 of 1) sorted by relevance
4300 final float currentZ = nextChild.getZ(); in buildOrderedChildList() local4304 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) { in buildOrderedChildList()