Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java325 final ArrayList<View> preorderedList = parent.buildOrderedChildList(); in isOnTop() local
DViewGroup.java2044 final ArrayList<View> preorderedList = buildOrderedChildList(); in onResolvePointerIcon() local
2142 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchHoverEvent() local
2363 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchTooltipHoverEvent() local
2551 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchGenericPointerEvent() local
2719 final ArrayList<View> preorderedList = buildTouchDispatchChildList(); in dispatchTouchEvent() local
3583 ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchProvideStructure() local
3714 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForAutofill() local
3743 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForContentCapture() local
3758 private static View getAndVerifyPreorderedView(ArrayList<View> preorderedList, View[] children, in getAndVerifyPreorderedView()
4257 final ArrayList<View> preorderedList = usingRenderNodeProperties in dispatchDraw() local
[all …]