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