Android.Views.Animations.PathInterpolator Members

The members of Android.Views.Animations.PathInterpolator are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create an interpolator for an arbitrary Path.
Create an interpolator for a quadratic Bezier curve.
Create an interpolator for a cubic Bezier curve.

Protected Constructors

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

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetInterpolation(float) : float
Using the line in the Path in this interpolator that can be described as y = f(x), finds the y coordinate of the line given t as the x coordinate.