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