Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java325 final ArrayList<View> preorderedList = parent.buildOrderedChildList(); in isOnTop() local
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
3761 private static View getAndVerifyPreorderedView(ArrayList<View> preorderedList, View[] children, in getAndVerifyPreorderedView()
4269 final ArrayList<View> preorderedList = isHardwareAccelerated() in dispatchDraw() local
[all …]
DView.java10432 List<View> preorderedList = parentGroup.buildOrderedChildList(); in populateAccessibilityNodeInfoDrawingOrderInParent() local