Searched refs:getAndVerifyPreorderedIndex (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 1729 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in onResolvePointerIcon() 1767 private int getAndVerifyPreorderedIndex(int childrenCount, int i, boolean customOrder) { in getAndVerifyPreorderedIndex() method in ViewGroup 1810 final int childIndex = getAndVerifyPreorderedIndex( in dispatchHoverEvent() 2104 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchGenericPointerEvent() 2269 final int childIndex = getAndVerifyPreorderedIndex( in dispatchTouchEvent() 3031 childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchProvideStructure() 3547 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in dispatchDraw() 3682 final int childIndex = getAndVerifyPreorderedIndex(childrenCount, i, customOrder); in buildOrderedChildList()
|