|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueAnimator | |
---|---|
com.nineoldandroids.animation |
Uses of ValueAnimator in com.nineoldandroids.animation |
---|
Subclasses of ValueAnimator in com.nineoldandroids.animation | |
---|---|
class |
ObjectAnimator
This subclass of ValueAnimator provides support for animating properties on target objects. |
class |
TimeAnimator
This class provides a simple callback mechanism to listeners that is synchronized with other animators in the system. |
Methods in com.nineoldandroids.animation that return ValueAnimator | |
---|---|
ValueAnimator |
ValueAnimator.clone()
|
static ValueAnimator |
ValueAnimator.ofFloat(float... values)
Constructs and returns a ValueAnimator that animates between float values. |
static ValueAnimator |
ValueAnimator.ofInt(int... values)
Constructs and returns a ValueAnimator that animates between int values. |
static ValueAnimator |
ValueAnimator.ofObject(TypeEvaluator evaluator,
Object... values)
Constructs and returns a ValueAnimator that animates between Object values. |
static ValueAnimator |
ValueAnimator.ofPropertyValuesHolder(PropertyValuesHolder... values)
Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects. |
ValueAnimator |
ValueAnimator.setDuration(long duration)
Sets the length of the animation. |
Methods in com.nineoldandroids.animation with parameters of type ValueAnimator | |
---|---|
void |
ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |