Searched refs:ancestor (Results 1 – 4 of 4) sorted by relevance
79 uint32_t ancestor = packed_locale; in findAncestors() local82 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()
94 View ancestor = ancestorsWithBackgrounds.get(i); in getCombinedBackgroundBitmap() local98 ancestor.getBackground().draw(canvas); in getCombinedBackgroundBitmap()
34 ancestor screens. Additionally, we should ensure that temporal navigation via the <em>Back</em>
9091 ViewParent ancestor = mParent; in hasAncestorThatBlocksDescendantFocus() local9092 while (ancestor instanceof ViewGroup) { in hasAncestorThatBlocksDescendantFocus()9093 final ViewGroup vgAncestor = (ViewGroup) ancestor; in hasAncestorThatBlocksDescendantFocus()9098 ancestor = vgAncestor.getParent(); in hasAncestorThatBlocksDescendantFocus()