Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLocaleData.cpp79 uint32_t ancestor = packed_locale; in findAncestors() local
82 if (out != nullptr) out[count] = ancestor; in findAncestors()
85 if (stop_list[i] == ancestor) { in findAncestors()
90 ancestor = findParent(ancestor, script); in findAncestors()
91 } while (ancestor != PACKED_ROOT); in findAncestors()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DTestUtils.java94 View ancestor = ancestorsWithBackgrounds.get(i); in getCombinedBackgroundBitmap() local
98 ancestor.getBackground().draw(canvas); in getCombinedBackgroundBitmap()
/frameworks/base/docs/html/training/design-navigation/
Dancestral-temporal.jd34 ancestor screens. Additionally, we should ensure that temporal navigation via the <em>Back</em>
/frameworks/base/core/java/android/view/
DView.java9091 ViewParent ancestor = mParent; in hasAncestorThatBlocksDescendantFocus() local
9092 while (ancestor instanceof ViewGroup) { in hasAncestorThatBlocksDescendantFocus()
9093 final ViewGroup vgAncestor = (ViewGroup) ancestor; in hasAncestorThatBlocksDescendantFocus()
9098 ancestor = vgAncestor.getParent(); in hasAncestorThatBlocksDescendantFocus()