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.java2007 final ArrayList<View> preorderedList = buildOrderedChildList(); in onResolvePointerIcon() local
2087 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchHoverEvent() local
2308 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchTooltipHoverEvent() local
2496 final ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchGenericPointerEvent() local
2661 final ArrayList<View> preorderedList = buildTouchDispatchChildList(); in dispatchTouchEvent() local
3524 ArrayList<View> preorderedList = buildOrderedChildList(); in dispatchProvideStructure() local
3655 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForAutofill() local
3684 final ArrayList<View> preorderedList = buildOrderedChildList(); in populateChildrenForContentCapture() local
3699 private static View getAndVerifyPreorderedView(ArrayList<View> preorderedList, View[] children, in getAndVerifyPreorderedView()
4173 final ArrayList<View> preorderedList = usingRenderNodeProperties in dispatchDraw() local
[all …]