Android.Views.Animations.Animation.SetInterpolator Method
Sets the acceleration curve for this animation.

Syntax

[Android.Runtime.Register("setInterpolator", "(Landroid/content/Context;I)V", "GetSetInterpolator_Landroid_content_Context_IHandler")]
public virtual void SetInterpolator (Android.Content.Context context, int resID)

Parameters

context
The application environment
resID
The resource identifier of the interpolator to load

Remarks

Sets the acceleration curve for this animation. The interpolator is loaded as a resource from the specified context.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1