Package | Description |
---|---|
com.actionbarsherlock.internal.nineoldandroids.animation |
Modifier and Type | Class and Description |
---|---|
class |
ObjectAnimator
This subclass of
ValueAnimator provides support for animating properties on target objects. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another frame of the animation.
|
Copyright © 2011–2014. All rights reserved.