Searched defs:addAnimation (Results 1 - 9 of 9) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimationSet.java22 public void addAnimation(Animation anim) { method in class:ShadowAnimationSet
/external/chromium/chrome/browser/resources/
H A Dprint_preview_animations.js185 function addAnimation(code) { function
220 var animName = addAnimation(
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; } function in class:WebCore::GraphicsLayerTextureMapper
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteComponent.java153 public final void addAnimation(SpriteAnimation anim) { method in class:SpriteComponent
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp300 void LayerAndroid::addAnimation(PassRefPtr<AndroidAnimation> prpAnim) function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp885 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList, function in class:WebCore::GraphicsLayerAndroid
944 m_contentLayer->addAnimation(anim.release());
988 m_contentLayer->addAnimation(anim.release());
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset) function in class:WebCore::GraphicsLayerQt

Completed in 240 milliseconds