共用方式為


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

動畫的 WindowInsets.Type位掩碼。

interpolator
IInterpolator

動畫的插補器。

durationMillis
Int64

中的 java.util.concurrent.TimeUnit#MILLISECONDS動畫持續時間。

屬性

備註

建立新的 WindowInsetsAnimation 物件。

這應該只用於測試,因為系統通常會建立這個物件,讓應用程式使用 Callback接聽 。

android.view.WindowInsetsAnimation.WindowInsetsAnimation(int, android.view.animation.Interpolator, long)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於