Skip navigation links
android.widget

Class BaseExpandableListAdapter

Specified by:
getCombinedChildId in interface ExpandableListAdapter
Parameters:
groupId - The ID of the group that contains this child.
childId - The ID of the child.
Returns:
The unique (and possibly stable) ID of the child across all groups and children in this list.
Specified by:
getCombinedGroupId in interface ExpandableListAdapter
Parameters:
groupId - The ID of the group
Returns:
The unique (and possibly stable) ID of the group across all groups and children in this list.
Skip navigation links