| Package | Description |
|---|---|
| com.actionbarsherlock.internal.nineoldandroids.animation |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAnimator |
ObjectAnimator.ofObject(java.lang.Object target,
java.lang.String propertyName,
TypeEvaluator evaluator,
java.lang.Object... values)
Constructs and returns an ObjectAnimator that animates between Object values.
|
static PropertyValuesHolder |
PropertyValuesHolder.ofObject(java.lang.String propertyName,
TypeEvaluator evaluator,
java.lang.Object... values)
Constructs and returns a PropertyValuesHolder with a given property name and
set of Object values.
|
static ValueAnimator |
ValueAnimator.ofObject(TypeEvaluator evaluator,
java.lang.Object... values)
Constructs and returns a ValueAnimator that animates between Object values.
|
void |
PropertyValuesHolder.setEvaluator(TypeEvaluator evaluator)
The TypeEvaluator will the automatically determined based on the type of values
supplied to PropertyValuesHolder.
|
void |
ValueAnimator.setEvaluator(TypeEvaluator value)
The type evaluator to be used when calculating the animated values of this animation.
|
Copyright © 2013. All Rights Reserved.