# Print output for @column tags ?>
public
static
abstract
class
Animatable2.AnimationCallback
extends Object
| java.lang.Object | |
| ↳ | android.graphics.drawable.Animatable2.AnimationCallback |
Public constructors | |
|---|---|
AnimationCallback()
|
|
Public methods | |
|---|---|
void
|
onAnimationEnd(Drawable drawable)
Called when the animation ends. |
void
|
onAnimationStart(Drawable drawable)
Called when the animation starts. |
Inherited methods | |
|---|---|
public AnimationCallback ()
public void onAnimationEnd (Drawable drawable)
Called when the animation ends.
| Parameters | |
|---|---|
drawable |
Drawable: The drawable finished the animation. |
public void onAnimationStart (Drawable drawable)
Called when the animation starts.
| Parameters | |
|---|---|
drawable |
Drawable: The drawable started the animation. |