View.DispatchWindowInsetsAnimationProgress Méthode

Définition

Répartit WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) lorsque l’animation Des ensembles de fenêtres progresse.

[Android.Runtime.Register("dispatchWindowInsetsAnimationProgress", "(Landroid/view/WindowInsets;Ljava/util/List;)Landroid/view/WindowInsets;", "GetDispatchWindowInsetsAnimationProgress_Landroid_view_WindowInsets_Ljava_util_List_Handler", ApiSince=30)]
public virtual Android.Views.WindowInsets DispatchWindowInsetsAnimationProgress(Android.Views.WindowInsets insets, System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> runningAnimations);
[<Android.Runtime.Register("dispatchWindowInsetsAnimationProgress", "(Landroid/view/WindowInsets;Ljava/util/List;)Landroid/view/WindowInsets;", "GetDispatchWindowInsetsAnimationProgress_Landroid_view_WindowInsets_Ljava_util_List_Handler", ApiSince=30)>]
abstract member DispatchWindowInsetsAnimationProgress : Android.Views.WindowInsets * System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> -> Android.Views.WindowInsets
override this.DispatchWindowInsetsAnimationProgress : Android.Views.WindowInsets * System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> -> Android.Views.WindowInsets

Paramètres

insets
WindowInsets

En cours WindowInsets.

runningAnimations
IList<WindowInsetsAnimation>

Actuellement en cours d’exécution WindowInsetsAnimation.

Retours

current WindowInsets.

Attributs

Remarques

Répartit WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) lorsque l’animation Des ensembles de fenêtres progresse.

Java documentation pour android.view.View.dispatchWindowInsetsAnimationProgress(android.view.WindowInsets, java.util.List<android.view.WindowInsetsAnimation>).

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 à