Methods Summary |
---|
protected void | finalize() throw new RuntimeException("Stub!");
|
public final int | getKeyFrameCount() throw new RuntimeException("Stub!");
|
public final int | getValueCount() throw new RuntimeException("Stub!");
|
public void | reset(int valueCount) throw new RuntimeException("Stub!");
|
public void | reset(int valueCount, int frameCount) throw new RuntimeException("Stub!");
|
public void | setKeyFrame(int index, int msec, float[] values) throw new RuntimeException("Stub!");
|
public void | setKeyFrame(int index, int msec, float[] values, float[] blend) throw new RuntimeException("Stub!");
|
public void | setRepeatMirror(float repeatCount, boolean mirror) throw new RuntimeException("Stub!");
|
public android.graphics.Interpolator$Result | timeToValues(float[] values) throw new RuntimeException("Stub!");
|
public android.graphics.Interpolator$Result | timeToValues(int msec, float[] values) throw new RuntimeException("Stub!");
|