| java.lang.Object | ||
| android.view.animation.LinearInterpolator | Interpolator | |
An interpolator where the rate of change is constant
| LinearInterpolator() | |||||
| LinearInterpolator(Context context, AttributeSet attrs) |
| float | getInterpolation(float input) | ||||
| Maps a point on the timeline to a multiplier to be applied to the transformations of an animation. | |||||
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
android.view.animation.Interpolator