FileDocCategorySizeDatePackage
Animatable.javaAPI DocAndroid 5.1 API1078Thu Mar 12 22:22:30 GMT 2015android.graphics.drawable

Animatable

public interface Animatable
Interface that drawables supporting animations should implement.

Fields Summary
Constructors Summary
Methods Summary
public booleanisRunning()
Indicates whether the animation is running.

return
True if the animation is running, false otherwise.

public voidstart()
Starts the drawable's animation.

public voidstop()
Stops the drawable's animation.