View.DispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) メソッド

定義

ウィンドウインセットアニメーションが終了したときに WindowInsetsAnimation.Callback#onEnd(WindowInsetsAnimation) をディスパッチします。

[Android.Runtime.Register("dispatchWindowInsetsAnimationEnd", "(Landroid/view/WindowInsetsAnimation;)V", "GetDispatchWindowInsetsAnimationEnd_Landroid_view_WindowInsetsAnimation_Handler", ApiSince=30)]
public virtual void DispatchWindowInsetsAnimationEnd(Android.Views.WindowInsetsAnimation animation);
[<Android.Runtime.Register("dispatchWindowInsetsAnimationEnd", "(Landroid/view/WindowInsetsAnimation;)V", "GetDispatchWindowInsetsAnimationEnd_Landroid_view_WindowInsetsAnimation_Handler", ApiSince=30)>]
abstract member DispatchWindowInsetsAnimationEnd : Android.Views.WindowInsetsAnimation -> unit
override this.DispatchWindowInsetsAnimationEnd : Android.Views.WindowInsetsAnimation -> unit

パラメーター

animation
WindowInsetsAnimation

現在進行中の WindowInsetsAnimation

属性

注釈

ウィンドウインセットアニメーションが終了したときに WindowInsetsAnimation.Callback#onEnd(WindowInsetsAnimation) をディスパッチします。

Javaドキュメント。

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

適用対象