Home
last modified time | relevance | path

Searched refs:addAnimation (Results 1 – 25 of 26) sorted by relevance

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAnimationSetTest.java34 set.addAnimation(alpha); in testAnimationList()
35 set.addAnimation(translate); in testAnimationList()
36 set.addAnimation(rotate); in testAnimationList()
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_image.mm123 [layer addAnimation:boundsAnimation forKey:@"bounds"];
125 [layer addAnimation:positionAnimation forKey:@"position"];
126 [layer addAnimation:opacityAnimation forKey:@"opacity"];
Dtabpose_window.mm897 [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/
DShadowAnimationSet.java22 public void addAnimation(Animation anim) { in addAnimation() method in ShadowAnimationSet
/external/chromium/chrome/browser/resources/
Dprint_preview_animations.js185 function addAnimation(code) { function
220 var animName = addAnimation(
/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp203 t1->addAnimation(yRotationAnim); in animatedYFlip()
213 t2->addAnimation(yRotationAnim); in animatedYFlip()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h68 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
DGraphicsLayerQt.cpp1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const A… in addAnimation() function in WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.h86 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() function
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h95 virtual bool addAnimation(const KeyframeValueList& valueList,
DGraphicsLayerAndroid.cpp885 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/
DSpriteComponent.java153 public final void addAnimation(SpriteAnimation anim) { in addAnimation() method in SpriteComponent
DGameObjectFactory.java644 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/
DWebFullScreenManagerMac.mm218 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
270 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1321 …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/
DLayerAndroid.h193 void addAnimation(PassRefPtr<AndroidAnimation> anim);
DLayerAndroid.cpp300 void LayerAndroid::addAnimation(PassRefPtr<AndroidAnimation> prpAnim) in addAnimation() function in WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h304 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h105 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
DGraphicsLayerCA.cpp605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, cons… in addAnimation() function in WebCore::GraphicsLayerCA
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.mm489 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
620 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm357 [m_layer.get() addAnimation:animation->m_animation.get() forKey:key];
/external/webkit/Source/WebCore/
DChangeLog-2010-05-24500 (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
DChangeLog-2010-01-295788 (WebCore::GraphicsLayerQt::addAnimation): convert WebCore Animation to
22548 (WebCore::GraphicsLayer::addAnimation):
22554 (WebCore::GraphicsLayerCA::addAnimation):
77976 (WebCore::GraphicsLayer::addAnimation):
DChangeLog-2010-12-061312 (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):

12