View.DispatchWindowInsetsAnimationProgress Método

Definición

WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) Se distribuye cuando la animación de conjuntos de ventanas avanza.

[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

Parámetros

insets
WindowInsets

Objeto WindowInsets actual.

runningAnimations
IList<WindowInsetsAnimation>

El objeto que se está ejecutando WindowInsetsAnimationactualmente.

Devoluciones

actual WindowInsets.

Atributos

Comentarios

WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) Se distribuye cuando la animación de conjuntos de ventanas avanza.

Documentación de Java para android.view.View.dispatchWindowInsetsAnimationProgress(android.view.WindowInsets, java.util.List<android.view.WindowInsetsAnimation>).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a