public interface ExpandCollapseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onGroupCollapsed(int positionStart,
int itemCount)
Called when a group is collapsed
|
void |
onGroupExpanded(int positionStart,
int itemCount)
Called when a group is expanded
|
void onGroupExpanded(int positionStart,
int itemCount)
positionStart - the flat position of the first child in the ExpandableGroupitemCount - the total number of children in the ExpandableGroupvoid onGroupCollapsed(int positionStart,
int itemCount)
positionStart - the flat position of the first child in the ExpandableGroupitemCount - the total number of children in the ExpandableGroup