| Package | Description |
|---|---|
| android.animation |
| Modifier and Type | Method and Description |
|---|---|
abstract Keyframe |
Keyframe.clone() |
static Keyframe |
Keyframe.ofFloat(float fraction) |
static Keyframe |
Keyframe.ofFloat(float fraction,
float value) |
static Keyframe |
Keyframe.ofInt(float fraction) |
static Keyframe |
Keyframe.ofInt(float fraction,
int value) |
static Keyframe |
Keyframe.ofObject(float fraction) |
static Keyframe |
Keyframe.ofObject(float fraction,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValuesHolder |
PropertyValuesHolder.ofKeyframe(Property property,
Keyframe... values) |
static PropertyValuesHolder |
PropertyValuesHolder.ofKeyframe(String propertyName,
Keyframe... values) |
void |
PropertyValuesHolder.setKeyframes(Keyframe... values) |
Copyright © 2008-2013. All Rights Reserved.