Home
last modified time | relevance | path

Searched defs:preorderedList (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DGhostView.java325 final ArrayList<View> preorderedList = parent.buildOrderedChildList(); in isOnTop() local
H A DViewGroup.java2049 final ArrayList<View> preorderedList = buildOrderedChildList(); in onResolvePointerIcon() local
2130 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchHoverEvent() local
2351 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchTooltipHoverEvent() local
2539 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchGenericPointerEvent() local
2707 final ArrayList<View> preorderedList = buildTouchDispatchChildList(); in dispatchTouchEvent() local
3585 ArrayList<View> preorderedList = in dispatchProvideStructure() local
3717 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForAutofill() local
3746 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForContentCapture() local
4269 final ArrayList<View> preorderedList = isHardwareAccelerated() in dispatchDraw() local
7273 final ArrayList<View> preorderedList = buildOrderedChildList(); in gatherTransparentRegion() local
[all …]
H A DView.java10455 List<View> preorderedList = parentGroup.buildOrderedChildList(); in populateAccessibilityNodeInfoDrawingOrderInParent() local