public interface ExpandableLayoutListener
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
onAnimationEnd()
Notifies the end of the animation.
|
void |
onAnimationStart()
Notifies the start of the animation.
|
void |
onClosed()
Notifies the layout size equal closed size.
|
void |
onOpened()
Notifies the layout opened.
|
void |
onPreClose()
Notifies the layout is going to equal close size.
|
void |
onPreOpen()
Notifies the layout is going to open.
|
void onAnimationStart()
void onAnimationEnd()
void onPreOpen()
void onPreClose()
void onOpened()
void onClosed()