public static class ExpandableTextView.SimpleOnExpandListener extends java.lang.Object implements ExpandableTextView.OnExpandListener
ExpandableTextView.OnExpandListener interface with stub
implementations of each method. Extend this if you do not intend to override
every method of ExpandableTextView.OnExpandListener.| Constructor and Description |
|---|
SimpleOnExpandListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCollapse(ExpandableTextView view)
The
ExpandableTextView is being collapsed. |
void |
onExpand(ExpandableTextView view)
The
ExpandableTextView is being expanded. |
public void onExpand(ExpandableTextView view)
ExpandableTextView.OnExpandListenerExpandableTextView is being expanded.onExpand in interface ExpandableTextView.OnExpandListenerview - the textviewpublic void onCollapse(ExpandableTextView view)
ExpandableTextView.OnExpandListenerExpandableTextView is being collapsed.onCollapse in interface ExpandableTextView.OnExpandListenerview - the textview