|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| android.animation | |
| android.util | |
| android.view | |
| Uses of Property in android.animation |
|---|
| Methods in android.animation with parameters of type Property | ||
|---|---|---|
static PropertyValuesHolder |
PropertyValuesHolder.ofFloat(Property<?,Float> property,
float... values)
|
|
static
|
ObjectAnimator.ofFloat(T target,
Property<T,Float> property,
float... values)
|
|
static PropertyValuesHolder |
PropertyValuesHolder.ofInt(Property<?,Integer> property,
int... values)
|
|
static
|
ObjectAnimator.ofInt(T target,
Property<T,Integer> property,
int... values)
|
|
static PropertyValuesHolder |
PropertyValuesHolder.ofKeyframe(Property property,
Keyframe... values)
|
|
static
|
PropertyValuesHolder.ofObject(Property property,
TypeEvaluator<V> evaluator,
V... values)
|
|
static
|
ObjectAnimator.ofObject(T target,
Property<T,V> property,
TypeEvaluator<V> evaluator,
V... values)
|
|
void |
PropertyValuesHolder.setProperty(Property property)
|
|
void |
ObjectAnimator.setProperty(Property property)
|
|
| Uses of Property in android.util |
|---|
| Methods in android.util that return Property | ||
|---|---|---|
static
|
Property.of(Class<T> hostType,
Class<V> valueType,
String name)
|
|
| Uses of Property in android.view |
|---|
| Fields in android.view declared as Property | |
|---|---|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||