FileDocCategorySizeDatePackage
Interpolator.javaAPI DocAndroid 5.1 API1280Sat Mar 14 14:09:32 GMT 2015android.graphics

Interpolator

public class Interpolator extends Object

Fields Summary
Constructors Summary
public Interpolator(int valueCount)

 throw new RuntimeException("Stub!"); 
public Interpolator(int valueCount, int frameCount)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public final intgetKeyFrameCount()

 throw new RuntimeException("Stub!"); 
public final intgetValueCount()

 throw new RuntimeException("Stub!"); 
public voidreset(int valueCount)

 throw new RuntimeException("Stub!"); 
public voidreset(int valueCount, int frameCount)

 throw new RuntimeException("Stub!"); 
public voidsetKeyFrame(int index, int msec, float[] values)

 throw new RuntimeException("Stub!"); 
public voidsetKeyFrame(int index, int msec, float[] values, float[] blend)

 throw new RuntimeException("Stub!"); 
public voidsetRepeatMirror(float repeatCount, boolean mirror)

 throw new RuntimeException("Stub!"); 
public android.graphics.Interpolator$ResulttimeToValues(float[] values)

 throw new RuntimeException("Stub!"); 
public android.graphics.Interpolator$ResulttimeToValues(int msec, float[] values)

 throw new RuntimeException("Stub!");