Interface Animatable2.AnimationCallback
- Enclosing interface:
Animatable2
public static interface Animatable2.AnimationCallback
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonAnimationEnd(Drawable drawable) Called when the animation ends.default voidonAnimationStart(Drawable drawable) Called when the animation starts.
-
Method Details
-
onAnimationStart
Called when the animation starts.- Parameters:
drawable- The drawable started the animation.
-
onAnimationEnd
Called when the animation ends.- Parameters:
drawable- The drawable finished the animation.
-