| Package | Description |
|---|---|
| android.animation | |
| android.util | |
| android.view |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValuesHolder |
PropertyValuesHolder.ofFloat(Property<?,Float> property,
float... values) |
static <T> ObjectAnimator |
ObjectAnimator.ofFloat(T target,
Property<T,Float> property,
float... values) |
static PropertyValuesHolder |
PropertyValuesHolder.ofInt(Property<?,Integer> property,
int... values) |
static <T> ObjectAnimator |
ObjectAnimator.ofInt(T target,
Property<T,Integer> property,
int... values) |
static PropertyValuesHolder |
PropertyValuesHolder.ofKeyframe(Property property,
Keyframe... values) |
static <V> PropertyValuesHolder |
PropertyValuesHolder.ofObject(Property property,
TypeEvaluator<V> evaluator,
V... values) |
static <T,V> ObjectAnimator |
ObjectAnimator.ofObject(T target,
Property<T,V> property,
TypeEvaluator<V> evaluator,
V... values) |
void |
PropertyValuesHolder.setProperty(Property property) |
void |
ObjectAnimator.setProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> Property<T,V> |
Property.of(Class<T> hostType,
Class<V> valueType,
String name) |
| Modifier and Type | Field and Description |
|---|---|
static Property<View,Float> |
View.ALPHA |
static Property<View,Float> |
View.ROTATION |
static Property<View,Float> |
View.ROTATION_X |
static Property<View,Float> |
View.ROTATION_Y |
static Property<View,Float> |
View.SCALE_X |
static Property<View,Float> |
View.SCALE_Y |
static Property<View,Float> |
View.TRANSLATION_X |
static Property<View,Float> |
View.TRANSLATION_Y |
static Property<View,Float> |
View.X |
static Property<View,Float> |
View.Y |
Copyright © 2008-2013. All Rights Reserved.