R.interpolator
public
static
final
class
R.interpolator
extends Object
| java.lang.Object | |
| ↳ | android.R.interpolator |
Summary
Constants | |
|---|---|
int |
accelerate_cubic
Acceleration curve matching a cubic ease out function. |
int |
accelerate_decelerate
Acceleration curve matching an ease in + ease out function |
int |
accelerate_quad
Acceleration curve matching a quadtratic ease out function. |
int |
accelerate_quint
Acceleration curve matching a quint ease out function. |
int |
anticipate
An interpolator where the change starts backward then flings forward. |
int |
anticipate_overshoot
An interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value. |
int |
bounce
An interpolator where the change bounces at the end. |
int |
cycle
Repeats the animation for one cycle. |
int |
decelerate_cubic
Acceleration curve matching a cubic ease in function. |
int |
decelerate_quad
Acceleration curve matching a quadtratic ease in function. |
int |
decelerate_quint
Acceleration curve matching a quint ease in function. |
int |
fast_out_extra_slow_in
An interpolator which accelerates fast but decelerates extra slowly. |
int |
fast_out_linear_in
An interpolator which accelerates fast and keeps accelerating until the end. |
int |
fast_out_slow_in
An interpolator which accelerates fast but decelerates slowly. |
int |
linear
An interpolator where the rate of change is constant. |
int |
linear_out_slow_in
An interpolator which starts with a peak non-zero velocity and decelerates slowly. |
int |
|