WindowInsetsAnimation(Int32, IInterpolator, Int64) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい 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
するためにこのオブジェクトを作成するため、テストにのみ使用する必要があります。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。