Searched refs:childIndex (Results 1 – 2 of 2) sorted by relevance
102 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testContextMenus()105 menuListener.expectChildContextMenu(groupIndex, childIndex); in testContextMenus()179 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testConvertionBetweenFlatAndPackedOnChildren()180 int expectedFlatPosition = headerCount + groupIndex + 1 + childIndex; in testConvertionBetweenFlatAndPackedOnChildren()181 long childPos = ExpandableListView.getPackedPositionForChild(groupIndex, childIndex); in testConvertionBetweenFlatAndPackedOnChildren()233 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testSelectedPositionOnChildren()234 int childFlatPosition = headerCount + groupIndex + 1 + childIndex; in testSelectedPositionOnChildren()237 ExpandableListView.getPackedPositionForChild(groupIndex, childIndex), in testSelectedPositionOnChildren()
571 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen() argument572 final View child = getListView().getChildAt(childIndex); in requestRectangleOnScreen()