Searched refs:ancestor (Results 1 – 2 of 2) 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()
13003 ViewParent ancestor = mParent;13004 while (ancestor instanceof ViewGroup) {13005 final ViewGroup vgAncestor = (ViewGroup) ancestor;13010 ancestor = vgAncestor.getParent();