android.graphics.drawable.Animatable |
Known Indirect Subclasses
AnimationDrawable |
An object used to create frame-by-frame animations, defined by a series of Drawable objects,
which can be used as a View object's background. |
|
Class Overview
Interface that drawables suporting animations should implement.
Summary
Public Methods |
abstract
boolean
|
isRunning()
Indicates whether the animation is running.
|
abstract
void
|
start()
Starts the drawable's animation.
|
abstract
void
|
stop()
Stops the drawable's animation.
|
Public Methods
public
abstract
boolean
isRunning
()
Indicates whether the animation is running.
Returns
- True if the animation is running, false otherwise.
public
abstract
void
start
()
Starts the drawable's animation.
public
abstract
void
stop
()
Stops the drawable's animation.