Searched defs:hasChildWithZ (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java4102 private boolean hasChildWithZ() { method in class:ViewGroup
4119 if (childrenCount <= 1 || !hasChildWithZ()) return null;

Completed in 3037 milliseconds