Package | Description |
---|---|
com.actionbarsherlock.internal.nineoldandroids.animation |
Modifier and Type | Method and Description |
---|---|
abstract Keyframe |
Keyframe.clone() |
static Keyframe |
Keyframe.ofFloat(float fraction)
Constructs a Keyframe object with the given time.
|
static Keyframe |
Keyframe.ofFloat(float fraction,
float value)
Constructs a Keyframe object with the given time and value.
|
static Keyframe |
Keyframe.ofInt(float fraction)
Constructs a Keyframe object with the given time.
|
static Keyframe |
Keyframe.ofInt(float fraction,
int value)
Constructs a Keyframe object with the given time and value.
|
static Keyframe |
Keyframe.ofObject(float fraction)
Constructs a Keyframe object with the given time.
|
static Keyframe |
Keyframe.ofObject(float fraction,
Object value)
Constructs a Keyframe object with the given time and value.
|
Modifier and Type | Method and Description |
---|---|
static PropertyValuesHolder |
PropertyValuesHolder.ofKeyframe(String propertyName,
Keyframe... values)
Constructs and returns a PropertyValuesHolder object with the specified property name and set
of values.
|
void |
PropertyValuesHolder.setKeyframes(Keyframe... values)
Set the animated values for this object to this set of Keyframes.
|
Copyright © 2011–2014. All rights reserved.