-
public interface ExpandableTextView1.OnExpandStateChangeListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonExpandStateChanged(TextView textView, boolean isExpanded)Called when the expand/collapse animation has been finished -
-
Method Detail
-
onExpandStateChanged
abstract void onExpandStateChanged(TextView textView, boolean isExpanded)
Called when the expand/collapse animation has been finished
- Parameters:
textView- - TextView being expanded/collapsedisExpanded- - true if the TextView has been expanded
-
-
-
-