Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLocaleData.cpp80 uint32_t ancestor = packed_locale; in findAncestors() local
83 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()
/frameworks/base/core/java/android/view/
DView.java13003 ViewParent ancestor = mParent;
13004 while (ancestor instanceof ViewGroup) {
13005 final ViewGroup vgAncestor = (ViewGroup) ancestor;
13010 ancestor = vgAncestor.getParent();