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
動畫的 WindowInsets.Type
位掩碼。
- interpolator
- IInterpolator
動畫的插補器。
- durationMillis
- Int64
中的 java.util.concurrent.TimeUnit#MILLISECONDS
動畫持續時間。
- 屬性
備註
建立新的 WindowInsetsAnimation
物件。
這應該只用於測試,因為系統通常會建立這個物件,讓應用程式使用 Callback
接聽 。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。