View.DispatchWindowInsetsAnimationProgress メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ウィンドウインセットアニメーションが進行したときに 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) をディスパッチします。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。