Animatablepublic interface Animatable Interface that drawables supporting animations should implement. |
Methods Summary |
---|
public boolean | isRunning()Indicates whether the animation is running.
| public void | start()Starts the drawable's animation.
| public void | stop()Stops the drawable's animation.
|
|