Animatable2AnimationCallback.OnAnimationStart(Drawable) Method

Definition

Called when the animation starts.

[Android.Runtime.Register("onAnimationStart", "(Landroid/graphics/drawable/Drawable;)V", "GetOnAnimationStart_Landroid_graphics_drawable_Drawable_Handler", ApiSince=23)]
public virtual void OnAnimationStart (Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("onAnimationStart", "(Landroid/graphics/drawable/Drawable;)V", "GetOnAnimationStart_Landroid_graphics_drawable_Drawable_Handler", ApiSince=23)>]
abstract member OnAnimationStart : Android.Graphics.Drawables.Drawable -> unit
override this.OnAnimationStart : Android.Graphics.Drawables.Drawable -> unit

Parameters

drawable
Drawable

The drawable started the animation.

Attributes

Remarks

Called when the animation starts.

Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationStart(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to