Searched refs:customOrder (Results 1 – 3 of 3) sorted by relevance
2050 final boolean customOrder = preorderedList == null in onResolvePointerIcon()2095 if (customOrder) { in getAndVerifyPreorderedIndex()2131 final boolean customOrder = preorderedList == null in dispatchHoverEvent()2137 childrenCount, i, customOrder); in dispatchHoverEvent()2540 final boolean customOrder = preorderedList == null in dispatchGenericPointerEvent()3587 boolean customOrder = preorderedList == null in dispatchProvideStructure()3601 customOrder = false; in dispatchProvideStructure()3718 final boolean customOrder = preorderedList == null in populateChildrenForAutofill()3747 final boolean customOrder = preorderedList == null in populateChildrenForContentCapture()4271 final boolean customOrder = preorderedList == null in dispatchDraw()[all …]
326 final boolean customOrder = preorderedList == null in isOnTop()334 int childIndex = customOrder ? parent.getChildDrawingOrder(childrenCount, i) : i; in isOnTop()
10464 final boolean customOrder = parentGroup.isChildrenDrawingOrderEnabled(); in populateAccessibilityNodeInfoDrawingOrderInParent()10465 final int childDrawIndex = ((childIndex >= 0) && customOrder) ? parentGroup in populateAccessibilityNodeInfoDrawingOrderInParent()10467 final int numChildrenToIterate = customOrder ? childCount : childDrawIndex; in populateAccessibilityNodeInfoDrawingOrderInParent()10470 final int otherDrawIndex = (customOrder ? in populateAccessibilityNodeInfoDrawingOrderInParent()