Home
last modified time | relevance | path

Searched refs:childIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListTester.java108 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testContextMenus()
111 menuListener.expectChildContextMenu(groupIndex, childIndex); in testContextMenus()
185 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testConversionBetweenFlatAndPackedOnChildren()
186 int expectedFlatPosition = headerCount + groupIndex + 1 + childIndex; in testConversionBetweenFlatAndPackedOnChildren()
187 long childPos = ExpandableListView.getPackedPositionForChild(groupIndex, childIndex); in testConversionBetweenFlatAndPackedOnChildren()
239 for (int childIndex = 0; childIndex < childrenCount; childIndex++) { in testSelectedPositionOnChildren()
240 int childFlatPosition = headerCount + groupIndex + 1 + childIndex; in testSelectedPositionOnChildren()
243 ExpandableListView.getPackedPositionForChild(groupIndex, childIndex), in testSelectedPositionOnChildren()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java547 public void requestRectangleOnScreen(int childIndex, final Rect rect) { in requestRectangleOnScreen() argument
548 final View child = getListView().getChildAt(childIndex); in requestRectangleOnScreen()