public static interface ExpandableTextView.OnExpandStateChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExpandStateChanged(android.widget.TextView textView,
boolean isExpanded)
Called when the expand/collapse animation has been finished
|