public static interface AnimatedSvgView.OnStateChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStateChange(int state)
Called when the animation state changes.
|
void onStateChange(int state)
state - The state of the animation.
Either {AnimatedSvgView.STATE_NOT_STARTED,
AnimatedSvgView.STATE_TRACE_STARTED},
AnimatedSvgView.STATE_FILL_STARTED or
AnimatedSvgView.STATE_FINISHED