View.DispatchWindowInsetsAnimationStart Método

Definición

WindowInsetsAnimation.Callback#onStart(WindowInsetsAnimation, Bounds) Distribuye cuando se inicia la animación de conjuntos de ventanas.

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

Parámetros

animation
WindowInsetsAnimation

animación actual

bounds
WindowInsetsAnimation.Bounds

superior e inferior Bounds que proporciona el intervalo de WindowInsetsAnimation.

Devoluciones

superior e inferior Bounds.

Atributos

Comentarios

Java documentación para android.view.View.dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation, android.view.Bounds).

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