Added in API level 1

Interpolator

public interface Interpolator
implements TimeInterpolator

android.view.animation.Interpolator


An interpolator defines the rate of change of an animation. This allows the basic animation effects (alpha, scale, translate, rotate) to be accelerated, decelerated, repeated, etc.

Summary

Inherited methods