WindowInsetsAnimation.Callback.OnStart Método

Definição

Chamado quando uma animação de insets é iniciada.

[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

O valor Android.Views.WindowInsetsAnimation usado para animação.

bounds
WindowInsetsAnimation.Bounds

O valor Android.Views.WindowInsetsAnimation+Bounds usado para limites.

Retornos

Os limites para expedir para os descendentes desse retorno de chamada.

Atributos

Comentários

Para obter detalhes, consulte a documentação de referência do Android para android.view.WindowInsetsAnimation.Callback.onStart.

Java documentação para android.view.WindowInsetsAnimation.Callback.onStart.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a