Animatable2AnimationCallback.OnAnimationStart(Drawable) Método

Definición

Se llama cuando se inicia la animación.

[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

Parámetros

drawable
Drawable

El dibujable inició la animación.

Atributos

Comentarios

Se llama cuando se inicia la animación.

Documentación de Java para android.graphics.drawable.Animatable2.AnimationCallback.onAnimationStart(android.graphics.drawable.Drawable).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a