|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueAnimator | |
|---|---|
| android.animation | |
| Uses of ValueAnimator in android.animation |
|---|
| Subclasses of ValueAnimator in android.animation | |
|---|---|
class |
ObjectAnimator
|
class |
TimeAnimator
|
| Methods in android.animation that return ValueAnimator | |
|---|---|
ValueAnimator |
ValueAnimator.clone()
|
static ValueAnimator |
ValueAnimator.ofFloat(float... values)
|
static ValueAnimator |
ValueAnimator.ofInt(int... values)
|
static ValueAnimator |
ValueAnimator.ofObject(TypeEvaluator evaluator,
Object... values)
|
static ValueAnimator |
ValueAnimator.ofPropertyValuesHolder(PropertyValuesHolder... values)
|
ValueAnimator |
ValueAnimator.setDuration(long duration)
|
| Methods in android.animation with parameters of type ValueAnimator | |
|---|---|
void |
ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||