added in API level 23
Animatable2.AnimationCallback
public
static
abstract
class
Animatable2.AnimationCallback
extends Object
| java.lang.Object | |
| ↳ | android.graphics.drawable.Animatable2.AnimationCallback |
Summary
Public constructors | |
|---|---|
Animatable2.AnimationCallback()
|
|
Public methods | |
|---|---|
void
|
onAnimationEnd(Drawable drawable)
Called when the animation ends. |
void
|
onAnimationStart(Drawable drawable)
Called when the animation starts. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Public constructors
Public methods
onAnimationEnd
added in API level 23
void onAnimationEnd (Drawable drawable)
Called when the animation ends.
| Parameters | |
|---|---|
drawable |
Drawable: The drawable finished the animation.
|
onAnimationStart
added in API level 23
void onAnimationStart (Drawable drawable)
Called when the animation starts.
| Parameters | |
|---|---|
drawable |
Drawable: The drawable started the animation.
|
Interfaces
Classes
- AdaptiveIconDrawable
- Animatable2.AnimationCallback
- AnimatedStateListDrawable
- AnimatedVectorDrawable
- AnimationDrawable
- BitmapDrawable
- ClipDrawable
- ColorDrawable
- Drawable
- Drawable.ConstantState
- DrawableContainer
- DrawableContainer.DrawableContainerState
- DrawableWrapper
- GradientDrawable
- Icon
- InsetDrawable
- LayerDrawable
- LevelListDrawable
- NinePatchDrawable
- PaintDrawable
- PictureDrawable
- RippleDrawable
- RotateDrawable
- ScaleDrawable
- ShapeDrawable
- ShapeDrawable.ShaderFactory
- StateListDrawable
- TransitionDrawable
- VectorDrawable
Enums


