WindowInsetsAnimation.Interpolator Property

Definition

Retrieves the interpolator used for this animation, or null if this animation doesn't follow an interpolation curved.

public Android.Views.Animations.IInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "", ApiSince=30)>]
member this.Interpolator : Android.Views.Animations.IInterpolator

Property Value

The interpolator used for this animation.

Attributes

Remarks

Retrieves the interpolator used for this animation, or null if this animation doesn't follow an interpolation curved. For system-initiated animations, this will never return null.

Java documentation for android.view.WindowInsetsAnimation.getInterpolator().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to