ObjectAnimator |
ObjectAnimator.clone() |
static ObjectAnimator |
ObjectAnimator.ofFloat(Object target,
String propertyName,
float... values) |
static <T> ObjectAnimator |
ObjectAnimator.ofFloat(T target,
Property<T,Float> property,
float... values) |
static ObjectAnimator |
ObjectAnimator.ofInt(Object target,
String propertyName,
int... values) |
static <T> ObjectAnimator |
ObjectAnimator.ofInt(T target,
Property<T,Integer> property,
int... values) |
static ObjectAnimator |
ObjectAnimator.ofObject(Object target,
String propertyName,
TypeEvaluator evaluator,
Object... values) |
static <T,V> ObjectAnimator |
ObjectAnimator.ofObject(T target,
Property<T,V> property,
TypeEvaluator<V> evaluator,
V... values) |
static ObjectAnimator |
ObjectAnimator.ofPropertyValuesHolder(Object target,
PropertyValuesHolder... values) |
ObjectAnimator |
ObjectAnimator.setDuration(long duration) |