Home | History | Annotate | Download | only in view

Lines Matching refs:childIndex

1474                     final int childIndex = customChildOrder
1476 final View child = children[childIndex];
1765 final int childIndex = customOrder ? getChildDrawingOrder(childrenCount, i) : i;
1766 final View child = children[childIndex];
1895 final int childIndex = customOrder ?
1897 final View child = children[childIndex];
1915 mLastTouchDownIndex = childIndex;