/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AnimationSetTest.java | 34 set.addAnimation(alpha); in testAnimationList() 35 set.addAnimation(translate); in testAnimationList() 36 set.addAnimation(rotate); in testAnimationList()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | animatable_image.mm | 123 [layer addAnimation:boundsAnimation forKey:@"bounds"]; 125 [layer addAnimation:positionAnimation forKey:@"position"]; 126 [layer addAnimation:opacityAnimation forKey:@"opacity"];
|
D | tabpose_window.mm | 897 [layer addAnimation:animation forKey:@"bounds"]; 921 [layer addAnimation:animation forKey:@"position"]; 941 [layer addAnimation:animation forKey:@"opacity"]; 1123 [titleLayer addAnimation:scaleAnimation forKey:@"transform.scale"]; 1403 [layer addAnimation:animation forKey:@"frame"];
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAnimationSet.java | 22 public void addAnimation(Animation anim) { in addAnimation() method in ShadowAnimationSet
|
/external/chromium/chrome/browser/resources/ |
D | print_preview_animations.js | 185 function addAnimation(code) { function 220 var animName = addAnimation(
|
/external/webkit/Tools/QtTestBrowser/ |
D | webview.cpp | 203 t1->addAnimation(yRotationAnim); in animatedYFlip() 213 t2->addAnimation(yRotationAnim); in animatedYFlip()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 68 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
|
D | GraphicsLayerQt.cpp | 1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const A… in addAnimation() function in WebCore::GraphicsLayerQt
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.h | 86 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() function
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 95 virtual bool addAnimation(const KeyframeValueList& valueList,
|
D | GraphicsLayerAndroid.cpp | 885 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList, in addAnimation() function in WebCore::GraphicsLayerAndroid 944 m_contentLayer->addAnimation(anim.release()); in createAnimationFromKeyframes() 988 m_contentLayer->addAnimation(anim.release()); in createTransformAnimationsFromKeyframes()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SpriteComponent.java | 153 public final void addAnimation(SpriteAnimation anim) { in addAnimation() method in SpriteComponent
|
D | GameObjectFactory.java | 644 sprite.addAnimation((SpriteAnimation)entry); 6003 sprite.addAnimation(idle); 6012 blast1Sprite.addAnimation(smallBlast1); 6021 blast2Sprite.addAnimation(smallBlast2); 6030 blast3Sprite.addAnimation(smallBlast3);
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
D | WebFullScreenManagerMac.mm | 218 [caLayer addAnimation:zoomAnimation forKey:@"zoom"]; 270 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1321 …if (hasTransform && m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->border… in paintIntoLayer() 1326 …if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animatio… in paintIntoLayer() 1357 …if (m_graphicsLayer->addAnimation(opacityVector, IntSize(), opacityAnim, GraphicsLayer::animationN… in paintIntoLayer() 1371 …if (m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size()… in paintIntoLayer()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | LayerAndroid.h | 193 void addAnimation(PassRefPtr<AndroidAnimation> anim);
|
D | LayerAndroid.cpp | 300 void LayerAndroid::addAnimation(PassRefPtr<AndroidAnimation> prpAnim) in addAnimation() function in WebCore::LayerAndroid
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 304 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() function
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 105 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
|
D | GraphicsLayerCA.cpp | 605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, cons… in addAnimation() function in WebCore::GraphicsLayerCA
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFullScreenController.mm | 489 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"]; 620 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCALayerMac.mm | 357 [m_layer.get() addAnimation:animation->m_animation.get() forKey:key];
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 500 (WebCore::GraphicsLayerQt::addAnimation): 20271 (WebCore::GraphicsLayerQt::addAnimation): 20849 (WebCore::GraphicsLayerQt::addAnimation): 20904 (WebCore::GraphicsLayerQt::addAnimation): 34322 addAnimation and pauseAnimation were handling animation state changes in 34324 Apparently WebCore calls addAnimation for resuming, so we have to make 34335 (WebCore::GraphicsLayerQt::addAnimation): 49435 (WebCore::GraphicsLayerQt::addAnimation): No need to delete here
|
D | ChangeLog-2010-01-29 | 5788 (WebCore::GraphicsLayerQt::addAnimation): convert WebCore Animation to 22548 (WebCore::GraphicsLayer::addAnimation): 22554 (WebCore::GraphicsLayerCA::addAnimation): 77976 (WebCore::GraphicsLayer::addAnimation):
|
D | ChangeLog-2010-12-06 | 1312 (WebCore::GraphicsLayerMac::addAnimation): 47843 …(WebCore::GraphicsLayer::addAnimation): Generalize "keyframe" to "animation" in the parameter name… 47856 (WebCore::GraphicsLayerCA::addAnimation): rename parameters. 59416 (WebCore::GraphicsLayerCA::addAnimation): 112073 (WebCore::GraphicsLayerQt::addAnimation):
|