The members of Android.Graphics.Interpolator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | KeyFrameCount | int. |
[read-only] | ValueCount | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Reset(int)Reset the Interpolator to have the specified number of values and an implicit keyFrame count of 2 (just a start and end). | ||
Reset(int, int)Reset the Interpolator to have the specified number of values and keyFrames. | ||
SetKeyFrame(int, int, float[])Assign the keyFrame (specified by index) a time value and an array of key values (with an implicity blend array of [0, 0, 1, 1] giving linear transition to the next set of key values). | ||
SetKeyFrame(int, int, float[], float[])Assign the keyFrame (specified by index) a time value and an array of key values and blend array. | ||
SetRepeatMirror(float, bool)Set a repeat count (which may be fractional) for the interpolator, and whether the interpolator should mirror its repeats. | ||
TimeToValues(float[])Calls timeToValues(msec, values) with the msec set to now (by calling (int)SystemClock.uptimeMillis(). | ||
TimeToValues(int, float[])Given a millisecond time value (msec), return the interpolated values and return whether the specified time was within the range of key times (NORMAL), was before the first key time (FREEZE_START) or after the last key time (FREEZE_END). |