public interface Animatable
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Indicates whether the animation is running.
|
void |
start()
Starts the drawable's animation.
|
void |
stop()
Stops the drawable's animation.
|