HomeSort by relevance Sort by last modified time
    Searched full:keyframeanimation (Results 1 - 22 of 22) sorted by null

  /frameworks/base/docs/downloads/devbytes/
KeyframeAnimation.zip 
  /external/webkit/Source/WebCore/page/
WebKitAnimation.h 31 #include "KeyframeAnimation.h"
39 static PassRefPtr<WebKitAnimation> create(PassRefPtr<KeyframeAnimation> keyframeAnimation)
41 return adoptRef(new WebKitAnimation(keyframeAnimation));
73 WebKitAnimation(PassRefPtr<KeyframeAnimation>);
76 RefPtr<KeyframeAnimation> m_keyframeAnimation;
WebKitAnimation.cpp 37 WebKitAnimation::WebKitAnimation(PassRefPtr<KeyframeAnimation> keyframeAnimation)
38 : m_keyframeAnimation(keyframeAnimation)
  /development/samples/devbytes/animation/KeyframeAnimation/res/values/
strings.xml 17 <string name="app_name">KeyframeAnimation</string>
18 <string name="title_activity_keyframe_animation">KeyframeAnimation</string>
  /development/samples/devbytes/animation/KeyframeAnimation/
AndroidManifest.xml 16 package="com.example.android.keyframeanimation"
29 android:name="com.example.android.keyframeanimation.KeyframeAnimation"
  /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...]
CompositeAnimation.cpp 36 #include "KeyframeAnimation.h"
70 KeyframeAnimation* anim = it->second.get();
121 RefPtr<KeyframeAnimation> keyframeAnim = getAnimationForProperty(prop);
233 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(animationName.impl());
249 keyframeAnim = KeyframeAnimation::create(const_cast<Animation*>(anim), renderer, i, this, targetStyle);
264 KeyframeAnimation* keyframeAnim = it->second.get();
301 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(*it);
321 RefPtr<KeyframeAnimation> keyframeAnimation = m_keyframeAnimations.get(*it);
322 if (keyframeAnimation)
    [all...]
CompositeAnimation.h 33 #include "KeyframeAnimation.h"
75 PassRefPtr<KeyframeAnimation> getAnimationForProperty(int property) const;
98 typedef HashMap<AtomicStringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap;
ImplicitAnimation.cpp 36 #include "KeyframeAnimation.h"
160 RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty);
AnimationBase.cpp 43 #include "KeyframeAnimation.h"
    [all...]
  /development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java 17 package com.example.android.keyframeanimation;
37 public class KeyframeAnimation extends Activity {
  /development/samples/devbytes/animation/KeyframeAnimation/res/layout/
activity_keyframe_animation.xml 26 tools:context=".KeyframeAnimation" />
  /external/webkit/Source/WebCore/
Android.mk 537 page/animation/KeyframeAnimation.cpp \
    [all...]
WebCore.pro     [all...]
CMakeLists.txt 1046 page/animation/KeyframeAnimation.cpp
    [all...]
GNUmakefile.list.am     [all...]
GNUmakefile.am     [all...]
WebCore.gypi     [all...]
ChangeLog-2009-06-16     [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]
  /external/webkit/Source/WebCore/WebCore.vcproj/
WebCore.vcproj     [all...]

Completed in 436 milliseconds