Share via


DecelerateInterpolator Constructors

Definition

Overloads

DecelerateInterpolator()

Constructor

DecelerateInterpolator(Single)

Constructor

DecelerateInterpolator(Context, IAttributeSet)

Constructor

DecelerateInterpolator(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

DecelerateInterpolator()

Constructor

[Android.Runtime.Register(".ctor", "()V", "")]
public DecelerateInterpolator ();
Attributes

Remarks

Java documentation for android.view.animation.DecelerateInterpolator.DecelerateInterpolator(float).

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

DecelerateInterpolator(Single)

Constructor

[Android.Runtime.Register(".ctor", "(F)V", "")]
public DecelerateInterpolator (float factor);
[<Android.Runtime.Register(".ctor", "(F)V", "")>]
new Android.Views.Animations.DecelerateInterpolator : single -> Android.Views.Animations.DecelerateInterpolator

Parameters

factor
Single

Degree to which the animation should be eased. Setting factor to 1.0f produces an upside-down y=x^2 parabola. Increasing factor above 1.0f exaggerates the ease-out effect (i.e., it starts even faster and ends evens slower).

Attributes

Remarks

Constructor

Java documentation for android.view.animation.DecelerateInterpolator.DecelerateInterpolator(float).

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

DecelerateInterpolator(Context, IAttributeSet)

Constructor

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public DecelerateInterpolator (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Views.Animations.DecelerateInterpolator : Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.Animations.DecelerateInterpolator

Parameters

context
Context
Attributes

Remarks

Java documentation for android.view.animation.DecelerateInterpolator.DecelerateInterpolator(float).

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

DecelerateInterpolator(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected DecelerateInterpolator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Animations.DecelerateInterpolator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Animations.DecelerateInterpolator

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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