Package | Description |
---|---|
com.actionbarsherlock.internal.nineoldandroids.animation |
Modifier and Type | Method and Description |
---|---|
ObjectAnimator |
ObjectAnimator.clone() |
static ObjectAnimator |
ObjectAnimator.ofFloat(Object target,
String propertyName,
float... values)
Constructs and returns an ObjectAnimator that animates between float values.
|
static ObjectAnimator |
ObjectAnimator.ofInt(Object target,
String propertyName,
int... values)
Constructs and returns an ObjectAnimator that animates between int values.
|
static ObjectAnimator |
ObjectAnimator.ofObject(Object target,
String propertyName,
TypeEvaluator evaluator,
Object... values)
Constructs and returns an ObjectAnimator that animates between Object values.
|
static ObjectAnimator |
ObjectAnimator.ofPropertyValuesHolder(Object target,
PropertyValuesHolder... values)
Constructs and returns an ObjectAnimator that animates between the sets of values specified
in
PropertyValueHolder objects. |
ObjectAnimator |
ObjectAnimator.setDuration(long duration)
Sets the length of the animation.
|
Copyright © 2011–2014. All rights reserved.