Home
last modified time | relevance | path

Searched refs:hasChildWithZ (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java3500 private boolean hasChildWithZ() { in hasChildWithZ() method in ViewGroup
3517 if (count <= 1 || !hasChildWithZ()) return null; in buildOrderedChildList()