OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Keyframe
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/animation/
Keyframe.java
20
* This class holds a time/value pair for an animation. The
Keyframe
class is used
22
* of the animation. As the time proceeds from one
keyframe
to the other, the value of the
23
* target object will animate between the value at the previous
keyframe
and the value at the
24
* next
keyframe
. Each
keyframe
also holds an optional {@link TimeInterpolator}
25
* object, which defines the time interpolation over the intervalue preceding the
keyframe
.
27
* <p>The
Keyframe
class itself is abstract. The type-specific factory methods will return
28
* a subclass of
Keyframe
specific to the type of value being stored. This is done to improve
30
* <code>int</code> values). Other types will fall into a more general
Keyframe
class that
36
public abstract class
Keyframe
implements Cloneable
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
60
enum AnimationType { Basic,
Keyframe
};
124
//
Keyframe
-animation properties.
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 29 milliseconds