View.DispatchWindowInsetsAnimationProgress 方法

定义

WindowInsetsAnimation.Callback#onProgress(WindowInsets, List)当窗口插页动画取得进展时调度。

[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

参数

insets
WindowInsets

当前的 WindowInsets

runningAnimations
IList<WindowInsetsAnimation>

当前运行的 WindowInsetsAnimation

返回

当前 WindowInsets

属性

注解

WindowInsetsAnimation.Callback#onProgress(WindowInsets, List)当窗口插页动画取得进展时调度。

android.view.View.dispatchWindowInsetsAnimationProgress(android.view.WindowInsets, java.util.List<android.view.WindowInsetsAnimation>)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于