Home | History | Annotate | Download | only in animation

Lines Matching defs:keyframes

73      * The set of keyframes (time/value pairs) that define this animation.
331 * Set the animated values for this object to this set of Keyframes.
337 Keyframe keyframes[] = new Keyframe[Math.max(numKeyframes,2)];
340 keyframes
342 mKeyframeSet = new KeyframeSet(keyframes);