Langue

WindowInsetsAnimation.Callback.OnStart Méthode

Définition

Appelée lorsqu’une animation d’ensembles démarre.

[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

Paramètres

animation
WindowInsetsAnimation

Valeur Android.Views.WindowInsetsAnimation utilisée pour l’animation.

bounds
WindowInsetsAnimation.Bounds

Valeur Android.Views.WindowInsetsAnimation+Bounds utilisée pour les limites.

Retours

Limites à distribuer aux descendants de ce rappel.

Attributs

Remarques

Pour plus d’informations, consultez la documentation de référence Android pour android.view.WindowInsetsAnimation.Callback.onStart.

Java documentation pour android.view.WindowInsetsAnimation.Callback.onStart.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à