HomeSort by relevance Sort by last modified time
    Searched refs:startAnimation (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 34 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(mAlternateFadeOutAnimation)
    [all...]
MainMenuActivity.java 63 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(mAlternateFadeOutAnimation)
    [all...]
AnimationPlayerActivity.java 119 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);
ExtrasMenuActivity.java 81 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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBagDream.java 39 mBoard.startAnimation();
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 44 startAnimation(valueAnimatorLocal);
50 startAnimation(mValueAnimator);
60 startAnimation(mValueAnimator);
68 startAnimation(mValueAnimator);
75 startAnimation(mValueAnimator);
86 startAnimation(mValueAnimator);
95 startAnimation(mValueAnimator);
104 startAnimation(mValueAnimator);
109 startAnimation(mValueAnimator);
125 startAnimation(objAnimator)
    [all...]
AnimatorSetTest.java 59 startAnimation(mAnimatorSet);
72 startAnimation(mAnimatorSet);
85 startAnimation(mAnimatorSet);
98 startAnimation(mAnimatorSet);
122 startAnimation(mAnimatorSet);
154 private void startAnimation(final AnimatorSet animatorSet) throws Throwable {
AnimatorTest.java 67 startAnimation(animatorLocal);
73 startAnimation(mAnimator);
82 startAnimation(mAnimator);
90 startAnimation(mValueAnimator);
95 startAnimation(mAnimator);
115 startAnimation(animator);
131 startAnimation(mAnimator);
195 private void startAnimation(final Animator animator) throws Throwable {
198 mActivity.startAnimation(animator);
ObjectAnimatorTest.java 49 startAnimation(objectAnimatorLocal);
63 startAnimation(objAnimator);
98 startAnimation(mObjectAnimator, colorAnimator);
119 startAnimation(mObjectAnimator, colorAnimator);
141 startAnimation(mObjectAnimator, colorAnimator);
176 startAnimation(objAnimator);
228 startAnimation(objAnimator);
234 private void startAnimation(final ObjectAnimator mObjectAnimator) throws Throwable {
237 mActivity.startAnimation(mObjectAnimator);
242 private void startAnimation(final ObjectAnimator mObjectAnimator, fina
    [all...]
PropertyValuesHolderTest.java 83 startAnimation(objAnimator);
97 startAnimation(objAnimator);
113 startAnimation(objAnimator);
160 startAnimation(objectAnimator, colorAnimator);
176 startAnimation(objAnimator);
298 private void startAnimation(final Animator animator) throws Throwable {
301 mActivity.startAnimation(animator);
306 private void startAnimation(final ObjectAnimator mObjectAnimator,
310 mActivity.startAnimation(mObjectAnimator, colorAnimator);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 129 button1.startAnimation(alphaAnim);
130 button2.startAnimation(alphaAnim);
131 button3.startAnimation(alphaAnim);
133 button1a.startAnimation(alphaAnim);
134 button2a.startAnimation(alphaAnim);
135 button3a.startAnimation(alphaAnim);
137 button1b.startAnimation(alphaAnim);
138 button2b.startAnimation(alphaAnim);
139 button3b.startAnimation(alphaAnim);
144 button7.startAnimation(transAnim)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 53 - (void)startAnimation;
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 74 view.startAnimation(null);
82 view.startAnimation(mAnimation);
113 view.startAnimation(mAnimation);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation1.java 42 findViewById(R.id.pw).startAnimation(shake);
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 139 mChildren[mCurrentView+1].startAnimation(inLeft);
140 mChildren[mCurrentView].startAnimation(outLeft);
152 mChildren[mCurrentView-1].startAnimation(inRight);
153 mChildren[mCurrentView].startAnimation(outRight);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 122 private void startAnimation(float start, float finish, long duration,
142 startAnimation(mValue, 0, RELEASE_TIME, STATE_RELEASE);
148 startAnimation(mValue, finish, ABSORB_TIME, STATE_ABSORB);
165 startAnimation(mValue, 0, RELEASE_TIME, STATE_RELEASE);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 110 mIndicatorControlBar.startAnimation(mFadeIn);
112 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeOut);
118 mIndicatorControlBar.startAnimation(mFadeOut);
119 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeIn);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 27 public void startAnimation() {
31 shape.startAnimation();
  /packages/apps/Contacts/src/com/android/contacts/widget/
TextHighlightingAnimation.java 196 startAnimation(true);
204 startAnimation(false);
219 private void startAnimation(boolean dim) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageBottomControls.java 85 mContainer.startAnimation(mContainerAnimOut);
92 mContainer.startAnimation(mContainerAnimIn);
116 control.startAnimation(getControlAnimForVisibility(curVisibility));
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 82 startAnimation();
124 void startAnimation() {
Bouncer1.java 90 startAnimation();
106 void startAnimation() {
Bouncer2.java 91 startAnimation();
107 void startAnimation() {
Bouncer3.java 91 startAnimation();
107 void startAnimation() {
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 65 view.startAnimation(animation);

Completed in 1010 milliseconds

1 2 3 4 5 6