WindowInsetsAnimation.Callback.OnStart メソッド

定義

インセット アニメーションの開始時に呼び出されます。

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

パラメーター

animation
WindowInsetsAnimation

アニメーションに使用される Android.Views.WindowInsetsAnimation 値。

bounds
WindowInsetsAnimation.Bounds

境界に使用される Android.Views.WindowInsetsAnimation + Bounds 値。

返品

このコールバックの子孫にディスパッチする境界。

属性

注釈

詳細については、android.view.WindowInsetsAnimation.Callback.onStart の Android リファレンス ドキュメントを参照してください。

android.view.WindowInsetsAnimation.Callback.onStart のJavaドキュメント。

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

適用対象