Searched refs:startAnimation (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/
H A Dbench.js14 function startAnimation() {
26 startAnimation();
/external/replicaisland/src/com/replica/replicaisland/
H A DDifficultyMenuActivity.java34 v.startAnimation(mButtonFlickerAnimation);
36 mBackground.startAnimation(mFadeOutAnimation);
37 mKidsButton.startAnimation(mAlternateFadeOutAnimation);
38 mAdultsButton.startAnimation(mAlternateFadeOutAnimation);
40 mBabyText.startAnimation(mAlternateFadeOutAnimation);
41 mKidsText.startAnimation(mAlternateFadeOutAnimation);
42 mAdultsText.startAnimation(mAlternateFadeOutAnimation);
53 v.startAnimation(mButtonFlickerAnimation);
55 mBackground.startAnimation(mFadeOutAnimation);
56 mBabyButton.startAnimation(mAlternateFadeOutAnimatio
[all...]
H A DMainMenuActivity.java63 v.startAnimation(mButtonFlickerAnimation);
65 mBackground.startAnimation(mFadeOutAnimation);
66 mOptionsButton.startAnimation(mAlternateFadeOutAnimation);
67 mExtrasButton.startAnimation(mAlternateFadeOutAnimation);
68 mTicker.startAnimation(mAlternateFadeOutAnimation);
79 v.startAnimation(mButtonFlickerAnimation);
81 mBackground.startAnimation(mFadeOutAnimation);
82 mStartButton.startAnimation(mAlternateFadeOutAnimation);
83 mExtrasButton.startAnimation(mAlternateFadeOutAnimation);
84 mTicker.startAnimation(mAlternateFadeOutAnimatio
[all...]
H A DAnimationPlayerActivity.java119 background.startAnimation(backgroundAnim);
120 foreground.startAnimation(foregroundAnim);
121 gameOver.startAnimation(gameOverAnim);
139 background.startAnimation(backgroundAnim);
140 sphere.startAnimation(sphereAnim);
141 cliffs.startAnimation(cliffsAnim);
142 rokudou.startAnimation(rokudouAnim);
143 gameOver.startAnimation(gameOverAnim);
H A DExtrasMenuActivity.java81 v.startAnimation(mButtonFlickerAnimation);
83 mBackground.startAnimation(mFadeOutAnimation);
84 mLinearModeButton.startAnimation(mAlternateFadeOutAnimation);
85 mLevelSelectButton.startAnimation(mAlternateFadeOutAnimation);
120 mLinearModeLocked.startAnimation(mLockedAnimation);
121 mLevelSelectLocked.startAnimation(mLockedAnimation);
182 mLinearModeButton.startAnimation(mButtonFlickerAnimation);
189 mLevelSelectButton.startAnimation(mButtonFlickerAnimation);
H A DDiaryActivity.java57 image.startAnimation(AnimationUtils.loadAnimation(this, R.anim.fade));
H A DLevelSelectActivity.java253 text.startAnimation(mButtonFlickerAnimation);
H A DAndouKun.java711 mWaitMessage.startAnimation(mWaitFadeAnimation);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Danimatable_image.h52 - (void)startAnimation;
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DViewAnimation.java54 view.startAnimation(animation);
H A DDrawableCrossFadeViewAnimation.java82 view.startAnimation(defaultAnimation);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.h59 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
H A DSVGImage.cpp305 startAnimation();
341 void SVGImage::startAnimation(CatchUpAnimation) function in class:SVGImage
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopView.java79 public void startAnimation() { method in class:DesktopView.FeedbackAnimator
361 mFeedbackAnimator.startAnimation();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.cpp163 startAnimation();
222 startAnimation();
H A DBitmapImage.cpp271 startAnimation();
445 void BitmapImage::startAnimation(CatchUpAnimation catchUpIfNecessary) function in class:blink::BitmapImage
526 // to update the region and thus startAnimation() is reached again.)
530 // reach here we're behind again. If we let startAnimation() run
534 // as possible, so force startAnimation() to set a zero-delay timer
536 startAnimation(DoNotCatchUp);
576 // startAnimation() again to keep the animation moving.
H A DBitmapImage.h147 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
177 double m_desiredFrameStartTime; // The system time at which we hope to see the next call to startAnimation().
H A DImage.h100 // Animation begins whenever someone draws the image, so startAnimation() is not normally called.
103 virtual void startAnimation(CatchUpAnimation = CatchUp) { } function in class:blink::Image
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java274 private void startAnimation(boolean show) { method in class:PopupZoomer
506 startAnimation(true);
517 startAnimation(false);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h57 void startAnimation(AtomicString& animationName, PassRefPtrWillBeRawPtr<InertAnimation> animation) function in class:blink::FINAL
H A DCSSAnimations.cpp284 update->startAnimation(animationName, InertAnimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing, isPaused));
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm391 - (void)startAnimation
553 [scrollbarPartAnimation.get() startAnimation];
605 [_uiStateTransitionAnimation.get() startAnimation];
635 [_expansionTransitionAnimation.get() startAnimation];
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java959 public void startAnimation(Animation anim) { method in class:ShadowView
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTest.java231 view.startAnimation(anim);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1870 image->startAnimation();

Completed in 393 milliseconds

12