HomeSort by relevance Sort by last modified time
    Searched refs:startAnimation (Results 1 - 25 of 146) 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);
  /packages/apps/Camera2/src/com/android/camera/widget/
AnimationEffects.java 55 public abstract void startAnimation(Animator.AnimatorListener animatorListener);
  /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 69 startAnimation(animatorLocal);
75 startAnimation(mAnimator);
84 startAnimation(mAnimator);
92 startAnimation(mValueAnimator);
97 startAnimation(mAnimator);
117 startAnimation(animator);
133 startAnimation(mAnimator);
207 private void startAnimation(final Animator animator) throws Throwable {
210 mActivity.startAnimation(animator);
ObjectAnimatorTest.java 49 startAnimation(objectAnimatorLocal);
63 startAnimation(objAnimator);
103 startAnimation(mObjectAnimator, colorAnimator);
129 startAnimation(mObjectAnimator, colorAnimator);
156 startAnimation(mObjectAnimator, colorAnimator);
191 startAnimation(objAnimator);
243 startAnimation(objAnimator);
249 private void startAnimation(final ObjectAnimator mObjectAnimator) throws Throwable {
252 mActivity.startAnimation(mObjectAnimator);
257 private void startAnimation(final ObjectAnimator mObjectAnimator, fina
    [all...]
PropertyValuesHolderTest.java 89 startAnimation(objAnimator);
210 startAnimation(objAnimator);
226 startAnimation(objAnimator);
273 startAnimation(objectAnimator, colorAnimator);
289 startAnimation(objAnimator);
411 private void startAnimation(final Animator animator) throws Throwable {
414 mActivity.startAnimation(animator);
419 private void startAnimation(final ObjectAnimator mObjectAnimator,
423 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_org/chrome/browser/ui/cocoa/
animatable_image.h 52 - (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/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);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/jumpingjack/fragments/
CounterFragment.java 58 startAnimation();
62 private void startAnimation() {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 27 public void startAnimation() {
31 shape.startAnimation();
  /development/samples/wearable/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 58 startAnimation();
62 private void startAnimation() {
  /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/tests/view/src/android/view/animation/cts/
AnimationTestUtils.java 65 view.startAnimation(animation);

Completed in 328 milliseconds

1 2 3 4 5 6