WindowInsetsAnimation.Callback.OnStart Método

Definición

Se llama cuando se inicia una animación de conjuntos.

[Android.Runtime.Register("onStart", "(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landroid/view/WindowInsetsAnimation$Bounds;", "GetOnStart_Landroid_view_WindowInsetsAnimation_Landroid_view_WindowInsetsAnimation_Bounds_Handler", ApiSince=30)]
public virtual Android.Views.WindowInsetsAnimation.Bounds OnStart(Android.Views.WindowInsetsAnimation animation, Android.Views.WindowInsetsAnimation.Bounds bounds);
[<Android.Runtime.Register("onStart", "(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landroid/view/WindowInsetsAnimation$Bounds;", "GetOnStart_Landroid_view_WindowInsetsAnimation_Landroid_view_WindowInsetsAnimation_Bounds_Handler", ApiSince=30)>]
abstract member OnStart : Android.Views.WindowInsetsAnimation * Android.Views.WindowInsetsAnimation.Bounds -> Android.Views.WindowInsetsAnimation.Bounds
override this.OnStart : Android.Views.WindowInsetsAnimation * Android.Views.WindowInsetsAnimation.Bounds -> Android.Views.WindowInsetsAnimation.Bounds

Parámetros

animation
WindowInsetsAnimation

El valor Android.Views.WindowInsetsAnimation usado para la animación.

bounds
WindowInsetsAnimation.Bounds

El valor Android.Views.WindowInsetsAnimation+Bounds usado para los límites.

Devoluciones

Límites que se van a enviar a los descendientes de esta devolución de llamada.

Atributos

Comentarios

Para obtener más información, consulte la documentación de referencia de Android para android.view.WindowInsetsAnimation.Callback.onStart.

Java documentación para android.view.WindowInsetsAnimation.Callback.onStart.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a