|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeEvaluator | |
|---|---|
| com.actionbarsherlock.internal.nineoldandroids.animation | |
| Uses of TypeEvaluator in com.actionbarsherlock.internal.nineoldandroids.animation |
|---|
| Classes in com.actionbarsherlock.internal.nineoldandroids.animation that implement TypeEvaluator | |
|---|---|
class |
FloatEvaluator
This evaluator can be used to perform type interpolation between float values. |
class |
IntEvaluator
This evaluator can be used to perform type interpolation between int values. |
| Methods in com.actionbarsherlock.internal.nineoldandroids.animation with parameters of type TypeEvaluator | |
|---|---|
static ObjectAnimator |
ObjectAnimator.ofObject(Object target,
String propertyName,
TypeEvaluator evaluator,
Object... values)
Constructs and returns an ObjectAnimator that animates between Object values. |
static PropertyValuesHolder |
PropertyValuesHolder.ofObject(String propertyName,
TypeEvaluator evaluator,
Object... values)
Constructs and returns a PropertyValuesHolder with a given property name and set of Object values. |
static ValueAnimator |
ValueAnimator.ofObject(TypeEvaluator evaluator,
Object... values)
Constructs and returns a ValueAnimator that animates between Object values. |
void |
ValueAnimator.setEvaluator(TypeEvaluator value)
The type evaluator to be used when calculating the animated values of this animation. |
void |
PropertyValuesHolder.setEvaluator(TypeEvaluator evaluator)
The TypeEvaluator will the automatically determined based on the type of values supplied to PropertyValuesHolder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||