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

  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 27 * {@link #getCombinedChildId(long, long)} and {@link #getCombinedGroupId(long)}
80 public long getCombinedChildId(long groupId, long childId) {
ExpandableListAdapter.java 88 * {@link #getCombinedChildId(long, long)}) must be unique across ALL items
194 long getCombinedChildId(long groupId, long childId);
ExpandableListConnector.java 429 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
BaseExpandableListAdapterTest.java 49 notes = "Test getCombinedChildId(long, long) function.",
50 method = "getCombinedChildId",
55 notes = "Test getCombinedChildId(long, long) function.",
60 @ToBeFixed(bug = "1502158", explanation = "getCombinedChildId() always returns a group id, " +
66 long childID = adapter.getCombinedChildId(10, 100);
72 childID = adapter.getCombinedChildId(0, 0);
ExpandableListViewTest.java 703 public long getCombinedChildId(long groupId, long childId) {
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 336 public long getCombinedChildId(long groupId, long childId) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 61 milliseconds