次の方法で共有


WindowInsetsAnimation(Int32, IInterpolator, Int64) コンストラクター

定義

新しい WindowInsetsAnimation オブジェクトを作成します。

[Android.Runtime.Register(".ctor", "(ILandroid/view/animation/Interpolator;J)V", "", ApiSince=30)]
public WindowInsetsAnimation (int typeMask, Android.Views.Animations.IInterpolator? interpolator, long durationMillis);
[<Android.Runtime.Register(".ctor", "(ILandroid/view/animation/Interpolator;J)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation : int * Android.Views.Animations.IInterpolator * int64 -> Android.Views.WindowInsetsAnimation

パラメーター

typeMask
Int32

アニメーション化する s の WindowInsets.Typeビットマスク。

interpolator
IInterpolator

アニメーションの補間。

durationMillis
Int64

アニメーションの継続時間を指定します java.util.concurrent.TimeUnit#MILLISECONDS

属性

注釈

新しい WindowInsetsAnimation オブジェクトを作成します。

これは、通常、アプリケーションがリッスン Callbackするためにこのオブジェクトを作成するため、テストにのみ使用する必要があります。

の Java ドキュメントandroid.view.WindowInsetsAnimation.WindowInsetsAnimation(int, android.view.animation.Interpolator, long)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象