Searched refs:childIndex (Results 1 – 2 of 2) sorted by relevance
95 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testContextMenus()98 menuListener.expectChildContextMenu(groupIndex, childIndex); in testContextMenus()172 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testConversionBetweenFlatAndPackedOnChildren()173 int expectedFlatPosition = headerCount + groupIndex + 1 + childIndex; in testConversionBetweenFlatAndPackedOnChildren()174 long childPos = ExpandableListView.getPackedPositionForChild(groupIndex, childIndex); in testConversionBetweenFlatAndPackedOnChildren()226 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testSelectedPositionOnChildren()227 int childFlatPosition = headerCount + groupIndex + 1 + childIndex; in testSelectedPositionOnChildren()230 ExpandableListView.getPackedPositionForChild(groupIndex, childIndex), in testSelectedPositionOnChildren()
547 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen() argument548 final View child = getListView().getChildAt(childIndex); in requestRectangleOnScreen()