public abstract static class Animatable2.AnimationCallback extends Object
Constructor and Description |
---|
AnimationCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd(Drawable drawable)
Called when the animation ends.
|
void |
onAnimationStart(Drawable drawable)
Called when the animation starts.
|
public void onAnimationStart(Drawable drawable)
drawable
- The drawable started the animation.public void onAnimationEnd(Drawable drawable)
drawable
- The drawable finished the animation.