Searched refs:ancestor (Results 1 – 4 of 4) sorted by relevance
80 uint32_t ancestor = packed_locale; in findAncestors() local83 if (out != nullptr) out[count] = ancestor; in findAncestors()86 if (stop_list[i] == ancestor) { in findAncestors()91 ancestor = findParent(ancestor, script); in findAncestors()92 } while (ancestor != PACKED_ROOT); in findAncestors()
668 boolean isDescendantOf(WindowContainer ancestor) { in isDescendantOf() argument670 if (parent == ancestor) return true; in isDescendantOf()671 return (parent != null) && parent.isDescendantOf(ancestor); in isDescendantOf()
53 … <tt>%2$ddp</tt>. Consider increasing the size of this item\'s clipping ancestor, or allowing a la…
13357 ViewParent ancestor = mParent;13358 while (ancestor instanceof ViewGroup) {13359 final ViewGroup vgAncestor = (ViewGroup) ancestor;13364 ancestor = vgAncestor.getParent();