public static interface ExpandTextView.OnExpandStateChangeListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onChangeStateStart(boolean willExpand) |
void |
onExpandStateChanged(android.widget.TextView textView,
boolean isExpanded)
Called when the expand/collapse animation has been finished
|
void onChangeStateStart(boolean willExpand)
void onExpandStateChanged(android.widget.TextView textView,
boolean isExpanded)
textView - - TextView being expanded/collapsedisExpanded - - true if the TextView has been expanded