Android.Widget.ProgressBar.SetInterpolator Method
Sets the acceleration curve for the indeterminate 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 the indeterminate animation. The interpolator is loaded as a resource from the specified context.

[Android Documentation]

Requirements

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