Java android.graphics.drawable Animatable fields, constructors, methods, implement or subclass

Example usage for Java android.graphics.drawable Animatable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics.drawable Animatable.

The text is from its open source code.

Implementation

android.graphics.drawable.Animatable has the following implementations.
Click this link to see all its implementation.

Method

booleanisRunning()
Indicates whether the animation is running.
voidstart()
Starts the drawable's animation.
voidstop()
Stops the drawable's animation.