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 属性许可证中所述的术语使用。