AccelerateInterpolator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AccelerateInterpolator() |
Constructor |
AccelerateInterpolator(Single) |
Constructor |
AccelerateInterpolator(Context, IAttributeSet) |
Constructor |
AccelerateInterpolator(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AccelerateInterpolator()
Constructor
[Android.Runtime.Register(".ctor", "()V", "")]
public AccelerateInterpolator ();
- Attributes
Remarks
Java documentation for android.view.animation.AccelerateInterpolator.AccelerateInterpolator(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
AccelerateInterpolator(Single)
Constructor
[Android.Runtime.Register(".ctor", "(F)V", "")]
public AccelerateInterpolator (float factor);
[<Android.Runtime.Register(".ctor", "(F)V", "")>]
new Android.Views.Animations.AccelerateInterpolator : single -> Android.Views.Animations.AccelerateInterpolator
Parameters
- factor
- Single
Degree to which the animation should be eased. Seting factor to 1.0f produces a y=x^2 parabola. Increasing factor above 1.0f exaggerates the ease-in effect (i.e., it starts even slower and ends evens faster)
- Attributes
Remarks
Constructor
Java documentation for android.view.animation.AccelerateInterpolator.AccelerateInterpolator(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
AccelerateInterpolator(Context, IAttributeSet)
Constructor
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public AccelerateInterpolator (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Views.Animations.AccelerateInterpolator : Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.Animations.AccelerateInterpolator
Parameters
- context
- Context
- attrs
- IAttributeSet
- Attributes
Remarks
Java documentation for android.view.animation.AccelerateInterpolator.AccelerateInterpolator(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
AccelerateInterpolator(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AccelerateInterpolator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Animations.AccelerateInterpolator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Animations.AccelerateInterpolator
Parameters
- 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.