/external/webkit/Source/WebCore/page/animation/ |
D | CompositeAnimation.cpp | 70 KeyframeAnimation* anim = it->second.get(); in clearRenderer() local 71 animationController()->animationWillBeRemoved(anim); in clearRenderer() 72 anim->clear(); in clearRenderer() 94 const Animation* anim = targetStyle->transitions()->animation(i); in updateTransitions() local 95 bool isActiveTransition = anim->duration() || anim->delay() > 0; in updateTransitions() 97 int prop = anim->property(); in updateTransitions() 169 …m_transitions.set(prop, ImplicitAnimation::create(const_cast<Animation*>(anim), prop, renderer, th… in updateTransitions() 183 ImplicitAnimation* anim = it->second.get(); in updateTransitions() local 184 if (!anim->active()) { in updateTransitions() 185 animationController()->animationWillBeRemoved(anim); in updateTransitions() [all …]
|
D | AnimationBase.cpp | 95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc() argument 106 Color premultBlended(blendFunc(anim, premultFrom.red(), premultTo.red(), progress), in blendFunc() 107 blendFunc(anim, premultFrom.green(), premultTo.green(), progress), in blendFunc() 108 blendFunc(anim, premultFrom.blue(), premultTo.blue(), progress), in blendFunc() 109 blendFunc(anim, premultFrom.alpha(), premultTo.alpha(), progress)); in blendFunc() 119 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc() argument 121 return LengthSize(blendFunc(anim, from.width(), to.width(), progress), in blendFunc() 122 blendFunc(anim, from.height(), to.height(), progress)); in blendFunc() 125 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, … in blendFunc() argument 127 return IntSize(blendFunc(anim, from.width(), to.width(), progress), in blendFunc() [all …]
|
D | AnimationBase.h | 140 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); } in setAnimation() argument 218 …static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderSty…
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 56 …rridePendingTransition.invoke(AnimationPlayerActivity.this, R.anim.activity_fade_in, R.anim.activi… in handleMessage() 82 canvasImage.setImageResource(R.anim.kyle_fall); in onCreate() 116 Animation foregroundAnim = AnimationUtils.loadAnimation(this, R.anim.horizontal_layer2_slide); in onCreate() 117 Animation backgroundAnim = AnimationUtils.loadAnimation(this, R.anim.horizontal_layer1_slide); in onCreate() 133 Animation backgroundAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_bg); in onCreate() 134 Animation sphereAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_sphere); in onCreate() 135 Animation cliffsAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_cliffs); in onCreate() 136 Animation rokudouAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_rokudou); in onCreate() 137 Animation gameOverAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_game_over); in onCreate()
|
D | DiaryActivity.java | 39 …tants.mOverridePendingTransition.invoke(DiaryActivity.this, R.anim.activity_fade_in, R.anim.activi… 57 image.startAnimation(AnimationUtils.loadAnimation(this, R.anim.fade)); in onCreate() 67 okArrow.setBackgroundResource(R.anim.ui_button); in onCreate() 68 AnimationDrawable anim = (AnimationDrawable) okArrow.getBackground(); in onCreate() local 69 anim.start(); in onCreate()
|
D | MainMenuActivity.java | 134 mButtonFlickerAnimation = AnimationUtils.loadAnimation(this, R.anim.button_flicker); in onCreate() 135 mFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 136 mAlternateFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 137 mFadeInAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_in); in onCreate() 308 … mStartButton.startAnimation(AnimationUtils.loadAnimation(this, R.anim.button_slide)); in onResume() 311 Animation anim = AnimationUtils.loadAnimation(this, R.anim.button_slide); in onResume() local 312 anim.setStartOffset(500L); in onResume() 313 mExtrasButton.startAnimation(anim); in onResume() 317 Animation anim = AnimationUtils.loadAnimation(this, R.anim.button_slide); in onResume() local 318 anim.setStartOffset(1000L); in onResume() [all …]
|
D | DifficultyMenuActivity.java | 102 mButtonFlickerAnimation = AnimationUtils.loadAnimation(this, R.anim.button_flicker); in onCreate() 103 mFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 104 mAlternateFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 118 …erridePendingTransition.invoke(DifficultyMenuActivity.this, R.anim.activity_fade_in, R.anim.activi… in onKeyDown() 151 …erridePendingTransition.invoke(DifficultyMenuActivity.this, R.anim.activity_fade_in, R.anim.activi… in onAnimationEnd()
|
D | ExtrasMenuActivity.java | 105 mButtonFlickerAnimation = AnimationUtils.loadAnimation(this, R.anim.button_flicker); in onCreate() 106 mFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 107 mAlternateFadeOutAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_out); in onCreate() 116 mLockedAnimation = AnimationUtils.loadAnimation(this, R.anim.fade_in_out); in onCreate() 139 ….mOverridePendingTransition.invoke(ExtrasMenuActivity.this, R.anim.activity_fade_in, R.anim.activi… in onKeyDown() 214 ….mOverridePendingTransition.invoke(ExtrasMenuActivity.this, R.anim.activity_fade_in, R.anim.activi… in onAnimationEnd()
|
D | AndouKun.java | 120 mWaitFadeAnimation = AnimationUtils.loadAnimation(this, R.anim.wait_message_fade); in onCreate() 567 …IConstants.mOverridePendingTransition.invoke(AndouKun.this, R.anim.activity_fade_in, R.anim.activi… in onGameFlowEvent() 607 …IConstants.mOverridePendingTransition.invoke(AndouKun.this, R.anim.activity_fade_in, R.anim.activi… in onGameFlowEvent() 626 …IConstants.mOverridePendingTransition.invoke(AndouKun.this, R.anim.activity_fade_in, R.anim.activi… in onGameFlowEvent() 658 …IConstants.mOverridePendingTransition.invoke(AndouKun.this, R.anim.activity_fade_in, R.anim.activi… in onGameFlowEvent() 752 …IConstants.mOverridePendingTransition.invoke(AndouKun.this, R.anim.activity_fade_in, R.anim.activi… in onCreateDialog()
|
/external/skia/src/views/ |
D | SkWidgetViews.cpp | 52 void init_skin_anim(const char path[], SkAnimator* anim) in init_skin_anim() argument 54 SkASSERT(path && anim); in init_skin_anim() 64 if (!anim->decodeStream(&stream)) in init_skin_anim() 71 void init_skin_anim(SkinEnum se, SkAnimator* anim) in init_skin_anim() argument 73 init_skin_anim(get_skin_enum_path(se), anim); in init_skin_anim() 80 SkAnimator anim; in init_skin_paint() local 83 init_skin_anim(se, &anim); in init_skin_paint() 84 anim.draw(&canvas, paint, 0); in init_skin_paint() 91 SkAnimator anim; in inflate_paint() local 94 if (!anim.decodeDOM(dom, node)) in inflate_paint() [all …]
|
D | SkImageView.cpp | 271 SkAnimator* anim = new SkAnimator; in ensureUriIsLoaded() local 273 if (!anim->decodeURI(fUri.c_str())) in ensureUriIsLoaded() 275 delete anim; in ensureUriIsLoaded() 279 anim->setHostEventSink(this); in ensureUriIsLoaded() 281 fData.fAnim = anim; in ensureUriIsLoaded()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 370 if (QAbstractAnimation* anim = it->data()) in ~GraphicsLayerQtImpl() local 371 delete anim; in ~GraphicsLayerQtImpl() 1384 …const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QString & na… in AnimationQtBase() argument 1388 , m_duration(anim->duration() * 1000) in AnimationQtBase() 1389 , m_isAlternate(anim->direction() == Animation::AnimationDirectionAlternate) in AnimationQtBase() 1391 , m_webkitAnimation(anim) in AnimationQtBase() 1427 …const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QString & na… in AnimationQt() argument 1428 : AnimationQtBase(layer, values, boxSize, anim, name) in AnimationQt() 1437 keyframeValue.timingFunction = anim->timingFunction().get(); in AnimationQt() 1519 …const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QString & na… in TransformAnimationQt() argument [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | AnimControl.java | 157 public void addAnim(Animation anim) { in addAnim() argument 161 animationMap.put(anim.getName(), anim); in addAnim() local 168 public void removeAnim(Animation anim) { in removeAnim() argument 169 if (!animationMap.containsKey(anim.getName())) { in removeAnim() 174 animationMap.remove(anim.getName()); in removeAnim()
|
D | AnimChannel.java | 214 Animation anim = control.animationMap.get(name); in setAnim() local 215 if (anim == null) in setAnim() 230 animation = anim; in setAnim()
|
/external/skia/src/animator/ |
D | SkDisplayPost.cpp | 219 SkAnimator* anim = maker.getAnimator(); in enable() local 223 targetID = anim->getSinkID(); in enable() 229 anim = fTargetMaker->getAnimator(); in enable() 234 anim->onEventPost(new SkEvent(fEvent), targetID); in enable() 236 anim->onEventPostTime(new SkEvent(fEvent), targetID, futureTime); in enable() 268 SkAnimator* anim = fTargetMaker->getAnimator(); in findSinkID() local 269 fSinkID = anim->getSinkID(); in findSinkID()
|
D | SkDisplayApply.cpp | 170 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker); in deepCopy() local 171 *result->fAnimators.append() = anim; in deepCopy() 172 maker->helperAdd(anim); in deepCopy() 671 SkAnimateBase* anim = *animPtr; in onEndElement() local 673 if (anim->fTarget == NULL || anim->fTargetIsScope) { in onEndElement() 674 anim->fTargetIsScope = true; in onEndElement() 676 anim->fTarget = scope; in onEndElement() 678 anim->setTarget(maker); in onEndElement() 679 anim->onEndElement(maker); // allows animate->fFieldInfo to be set in onEndElement() 681 if (scope != NULL && steps >= 0 && anim->fTarget != scope && anim->fTarget->isDrawable()) in onEndElement() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 233 …tic bool animationHasStepsTimingFunction(const KeyframeValueList& valueList, const Animation* anim) in animationHasStepsTimingFunction() argument 235 if (anim->timingFunction()->isStepsTimingFunction()) in animationHasStepsTimingFunction() 429 RefPtr<PlatformCAAnimation> anim = fromLayer->animationForKey(animationIdentifier); in moveOrCopyLayerAnimation() local 430 if (!anim) in moveOrCopyLayerAnimation() 436 toLayer->addAnimationForKey(animationIdentifier, anim.get()); in moveOrCopyLayerAnimation() 440 toLayer->addAnimationForKey(animationIdentifier, anim.get()); in moveOrCopyLayerAnimation() 605 …st KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& anim… in addAnimation() argument 609 if (!anim || anim->isEmptyOrZeroDuration() || valueList.size() < 2) in addAnimation() 621 if (animationHasStepsTimingFunction(valueList, anim)) in addAnimation() 626 …createdAnimations = createTransformAnimationsFromKeyframes(valueList, anim, animationName, timeOff… in addAnimation() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestOgreAnim.java | 33 package jme3test.model.anim; 78 for (String anim : control.getAnimationNames()) in simpleInitApp() 79 System.out.println(anim); in simpleInitApp()
|
/external/webkit/Source/WebCore/platform/animation/ |
D | AnimationList.h | 52 void append(PassRefPtr<Animation> anim) { m_animations.append(anim); } in append() argument
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 901 const Animation* anim, in addAnimation() argument 905 if (!anim || anim->isEmptyOrZeroDuration() || valueList.size() < 2) in addAnimation() 911 anim, in addAnimation() 917 anim, in addAnimation() 950 RefPtr<AndroidOpacityAnimation> anim = AndroidOpacityAnimation::create(animation, in createAnimationFromKeyframes() local 954 anim->setName(propertyIdToString(valueList.property())); in createAnimationFromKeyframes() 956 anim->setName(keyframesName); in createAnimationFromKeyframes() 958 m_contentLayer->addAnimation(anim.release()); in createAnimationFromKeyframes() 992 RefPtr<AndroidTransformAnimation> anim = AndroidTransformAnimation::create(animation, in createTransformAnimationsFromKeyframes() local 997 anim->setName(propertyIdToString(valueList.property())); in createTransformAnimationsFromKeyframes() [all …]
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Yuri-Attributes.text | 14 anim id est laborum. 19 mollit anim id est laborum.
|
D | Yuri-Footnotes.text | 7 mollit anim id est laborum. 32 mollit anim id est laborum.
|
/external/icu4c/data/rbnf/ |
D | fil.txt | 31 "6: anim na;", 49 "6: anim;",
|
/external/chromium/chrome/browser/ui/touch/frame/ |
D | touch_browser_frame_view.cc | 257 void TouchBrowserFrameView::AnimationProgressed(const ui::Animation* anim) { in AnimationProgressed() argument 259 ui::Tween::ValueBetween(anim->GetCurrentValue(), kKeyboardHeight, 0)); in AnimationProgressed() 261 ui::Tween::ValueBetween(anim->GetCurrentValue(), 0, kKeyboardHeight)); in AnimationProgressed()
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.css | 48 html[anim=false] *, 49 .no-anim, .no-anim *, 354 html[anim=true][enable-section-animations=true] .section { 407 html[anim=true] .section > h2 > .disclosure { 520 html[anim=true][enable-section-animations=true] .maxiview { 524 html[anim=true][enable-section-animations=true] .miniview {
|