Methods in android.animation that return ObjectAnimator |
ObjectAnimator |
ObjectAnimator.clone()
|
static ObjectAnimator |
ObjectAnimator.ofFloat(Object target,
String propertyName,
float... values)
|
static
|
ObjectAnimator.ofFloat(T target,
Property<T,Float> property,
float... values)
|
static ObjectAnimator |
ObjectAnimator.ofInt(Object target,
String propertyName,
int... values)
|
static
|
ObjectAnimator.ofInt(T target,
Property<T,Integer> property,
int... values)
|
static ObjectAnimator |
ObjectAnimator.ofObject(Object target,
String propertyName,
TypeEvaluator evaluator,
Object... values)
|
static
|
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)
|