The methods of Android.Graphics.Interpolator are listed below. For a list of all members, see the Interpolator Members list.
See Also: Inherited members from Java.Lang.Object
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). |