| Package | Description |
|---|---|
| android.animation |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAnimator |
class |
TimeAnimator |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation) |
Copyright © 2008-2013. All Rights Reserved.