Searched refs:childIndex (Results 1 – 6 of 6) sorted by relevance
203 for (int childIndex = childCount - 1; childIndex >= 0; --childIndex) { in onInterceptTouchEvent()204 if (getChildAt(childIndex).isAccessibilityFocused()) { in onInterceptTouchEvent()205 mClickedItemIndex = childIndex; in onInterceptTouchEvent()219 final int childIndex = getChildDrawingOrder(childCount, i); in onInterceptTouchEvent() local220 final View child = getChildAt(childIndex); in onInterceptTouchEvent()225 mClickedItemIndex = childIndex; in onInterceptTouchEvent()227 return childIndex != getCurrentItem(); in onInterceptTouchEvent()
612 protected boolean hasDividerBeforeChildAt(int childIndex) { in hasDividerBeforeChildAt() argument613 if (childIndex == 0) { in hasDividerBeforeChildAt()615 } else if (childIndex == getChildCount()) { in hasDividerBeforeChildAt()619 for (int i = childIndex - 1; i >= 0; i--) { in hasDividerBeforeChildAt()1042 int measureNullChild(int childIndex) { in measureNullChild() argument1059 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout() argument1266 int childIndex = start + dir * i; in layoutHorizontal() local1267 final View child = getVirtualChildAt(childIndex); in layoutHorizontal()1270 childLeft += measureNullChild(childIndex); in layoutHorizontal()1324 if (hasDividerBeforeChildAt(childIndex)) { in layoutHorizontal()[all …]
78 for (int childIndex = 0; childIndex < childDicNodes.getSizeAndLock(); ++childIndex) { in processChildDicNodes() local79 DicNode *const childDicNode = childDicNodes[childIndex]; in processChildDicNodes()
942 int childIndex = firstIndex + i;943 if (childHasFocus(childIndex)) {987 int childIndex = lastIndex - 1 - i;988 if (childHasFocus(childIndex)) {1069 int childIndex = firstExpandableIndex();1070 int last = Math.min(lastExpandableIndex(), childIndex + mItemsOnOffAxis);1071 for (int i = childIndex; i < last; i++) {1353 int childIndex = lastExpandableIndex() - 1;1354 int gridPos = getAdapterIndex(childIndex) % mItemsOnOffAxis;1355 for (int i = childIndex - gridPos; i < lastExpandableIndex(); i++) {[all …]
131 int childIndex = childList.indexOf(child); in getChildView()136 if (i != childIndex) { in getChildView()
1300 int childIndex = parent.indexOfChild(child); in onRequestChildFocusMarioStyle() local1304 for (int i = childIndex; i >= 0; i--) { in onRequestChildFocusMarioStyle()