View.DispatchWindowInsetsAnimationStart メソッド

定義

Window Insets アニメーションが開始されたときに WindowInsetsAnimation.Callback#onStart(WindowInsetsAnimation, Bounds) ディスパッチします。

[Android.Runtime.Register("dispatchWindowInsetsAnimationStart", "(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landroid/view/WindowInsetsAnimation$Bounds;", "GetDispatchWindowInsetsAnimationStart_Landroid_view_WindowInsetsAnimation_Landroid_view_WindowInsetsAnimation_Bounds_Handler", ApiSince=30)]
public virtual Android.Views.WindowInsetsAnimation.Bounds DispatchWindowInsetsAnimationStart(Android.Views.WindowInsetsAnimation animation, Android.Views.WindowInsetsAnimation.Bounds bounds);
[<Android.Runtime.Register("dispatchWindowInsetsAnimationStart", "(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landroid/view/WindowInsetsAnimation$Bounds;", "GetDispatchWindowInsetsAnimationStart_Landroid_view_WindowInsetsAnimation_Landroid_view_WindowInsetsAnimation_Bounds_Handler", ApiSince=30)>]
abstract member DispatchWindowInsetsAnimationStart : Android.Views.WindowInsetsAnimation * Android.Views.WindowInsetsAnimation.Bounds -> Android.Views.WindowInsetsAnimation.Bounds
override this.DispatchWindowInsetsAnimationStart : Android.Views.WindowInsetsAnimation * Android.Views.WindowInsetsAnimation.Bounds -> Android.Views.WindowInsetsAnimation.Bounds

パラメーター

animation
WindowInsetsAnimation

現在のアニメーション

bounds
WindowInsetsAnimation.Bounds

WindowInsetsAnimationの範囲を提供する上下のBounds

返品

上と下の Bounds

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象