HomeSort by relevance Sort by last modified time
    Searched refs:getPackedPositionForChild (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos);
ExpandableListView.java 755 * {@link #getPackedPositionForChild(int, int)} or
    [all...]
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 124 if (ExpandableListView.getPackedPositionForChild(i, k) != getSelectedPosition())
130 if (ExpandableListView.getPackedPositionForChild(i, k) != getSelectedPosition())
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 304 return getValueAtPosition(ExpandableListView.getPackedPositionForChild(groupPosition,
318 return getView(ExpandableListView.getPackedPositionForChild(groupPosition,
  /frameworks/base/core/tests/coretests/src/android/util/
ExpandableListScenario.java 304 return getValueAtPosition(ExpandableListView.getPackedPositionForChild(groupPosition,
318 return getView(ExpandableListView.getPackedPositionForChild(groupPosition,
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListTester.java 181 long childPos = ExpandableListView.getPackedPositionForChild(groupIndex, childIndex);
237 ExpandableListView.getPackedPositionForChild(groupIndex, childIndex),
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 342 assertEquals(ExpandableListView.getPackedPositionForChild(0, 0),
517 notes = "Test {@link ExpandableListView#getPackedPositionForChild(int, int)}",
518 method = "getPackedPositionForChild",
523 ExpandableListView.getPackedPositionForChild(0, 0));
526 ExpandableListView.getPackedPositionForChild(Integer.MAX_VALUE, 0xffffffff));
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 2489 milliseconds