HomeSort by relevance Sort by last modified time
    Searched defs:KeyframeAnimation (Results 1 - 3 of 3) sorted by null

  /development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java 17 package com.example.android.keyframeanimation;
37 public class KeyframeAnimation extends Activity {
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.h 40 // A KeyframeAnimation tracks the state of an explicit animation
42 class KeyframeAnimation : public AnimationBase {
44 static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle)
46 return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedStyle));
82 KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
83 virtual ~KeyframeAnimation();
KeyframeAnimation.cpp 30 #include "KeyframeAnimation.h"
46 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle)
61 KeyframeAnimation::~KeyframeAnimation()
68 void KeyframeAnimation::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
147 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle)
209 void KeyframeAnimation::getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle)
236 bool KeyframeAnimation::hasAnimationForProperty(int property) const
248 bool KeyframeAnimation::startAnimation(double timeOffset
    [all...]

Completed in 343 milliseconds