public static interface ExpandableLayout.OnExpansionUpdateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExpansionUpdate(float expansionFraction,
int state)
Callback for expansion updates
|
void onExpansionUpdate(float expansionFraction,
int state)
expansionFraction - Value between 0 (collapsed) and 1 (expanded) representing the the expansion progressstate - One of ExpandableLayout.State repesenting the current expansion state