public class Interpolators extends Object
Modifier and Type | Field and Description |
---|---|
static Interpolator |
ACCELERATE |
static Interpolator |
ACCELERATE_DECELERATE |
static Interpolator |
ALPHA_IN |
static Interpolator |
ALPHA_OUT |
static Interpolator |
CUSTOM_40_40 |
static Interpolator |
DECELERATE_QUINT |
static Interpolator |
FAST_OUT_LINEAR_IN |
static Interpolator |
FAST_OUT_SLOW_IN |
static Interpolator |
LINEAR |
static Interpolator |
LINEAR_OUT_SLOW_IN |
static Interpolator |
TOUCH_RESPONSE
Interpolator to be used when animating a move based on a click.
|
Constructor and Description |
---|
Interpolators() |
public static final Interpolator FAST_OUT_SLOW_IN
public static final Interpolator FAST_OUT_LINEAR_IN
public static final Interpolator LINEAR_OUT_SLOW_IN
public static final Interpolator ALPHA_IN
public static final Interpolator ALPHA_OUT
public static final Interpolator LINEAR
public static final Interpolator ACCELERATE
public static final Interpolator ACCELERATE_DECELERATE
public static final Interpolator DECELERATE_QUINT
public static final Interpolator CUSTOM_40_40
public static final Interpolator TOUCH_RESPONSE