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

1 2 3 4 5 6 7 8

  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintFindSensorAnimation.java 28 void startAnimation();
  /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/tests/src/com/android/systemui/statusbar/notification/
PropertyAnimatorTest.java 114 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties);
121 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties);
129 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
139 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
147 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
155 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
157 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties);
167 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
170 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties);
181 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
AnimationEffects.java 55 public abstract void startAnimation(Animator.AnimatorListener animatorListener);
  /frameworks/support/browser/src/main/java/androidx/browser/browseractions/
BrowserActionsFallbackMenuDialog.java 50 startAnimation(true);
65 startAnimation(false);
68 private void startAnimation(final boolean isEnterAnimation) {
  /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...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
SurfaceAnimatorTest.java 81 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec, true /* hidden */);
86 verify(mSpec).startAnimation(any(), any(), callbackCaptor.capture());
97 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec, true /* hidden */);
99 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec2, true /* hidden */);
107 verify(mSpec).startAnimation(any(), any(), callbackCaptor.capture());
114 verify(mSpec2).startAnimation(any(), any(), callbackCaptor.capture());
122 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec, true /* hidden */);
134 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec, true /* hidden */);
139 verify(mSpec).startAnimation(any(), any(), any());
145 mAnimatable.mSurfaceAnimator.startAnimation(mTransaction, mSpec, true /* hidden */)
    [all...]
AnimatingAppWindowTokenRegistryTest.java 79 window1.startAnimation(window1.getPendingTransaction(), mAdapter, false /* hidden */);
80 window2.startAnimation(window1.getPendingTransaction(), mAdapter, false /* hidden */);
101 window1.startAnimation(window1.getPendingTransaction(), mAdapter, false /* hidden */);
102 window2.startAnimation(window1.getPendingTransaction(), mAdapter, false /* hidden */);
RecentsAnimationControllerTest.java 75 adapter.startAnimation(mMockLeash, mMockTransaction, mFinishedCallback);
79 mController.startAnimation();
94 adapter.startAnimation(mMockLeash, mMockTransaction, mFinishedCallback);
98 mController.startAnimation();
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 93 startAnimation(animatorLocal);
100 startAnimation(mAnimator);
110 startAnimation(mAnimator);
119 startAnimation(mValueAnimator);
125 startAnimation(mAnimator);
142 startAnimation(animator);
160 startAnimation(mAnimator);
213 startAnimation(animator);
245 private void startAnimation(final Animator animator) throws Throwable {
246 mActivityRule.runOnUiThread(() -> mActivity.startAnimation(animator))
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewAnimation.java 9 * {@link android.view.View#startAnimation(android.view.animation.Animation) View.startAnimation}.
27 * {@link android.view.View#startAnimation(android.view.animation.Animation)} and then returns {@code false} because
40 view.startAnimation(animation);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
MediaNowPlayingView.java 100 startAnimation();
108 startAnimation();
117 private void startAnimation() {
118 startAnimation(mObjectAnimator1);
119 startAnimation(mObjectAnimator2);
120 startAnimation(mObjectAnimator3);
135 private void startAnimation(Animator animator) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation1.java 42 findViewById(R.id.pw).startAnimation(shake);
  /frameworks/base/services/core/java/com/android/server/wm/
AnimationAdapter.java 64 void startAnimation(SurfaceControl animationLeash, Transaction t,
68 * Called when the animation that was started with {@link #startAnimation} was cancelled by the
71 * @param animationLeash The leash passed to {@link #startAnimation}.
AppWindowThumbnail.java 90 void startAnimation(Transaction t, Animation anim) {
91 startAnimation(t, anim, null /* position */);
94 void startAnimation(Transaction t, Animation anim, Point position) {
97 mSurfaceAnimator.startAnimation(t, new LocalAnimationAdapter(
LocalAnimationAdapter.java 62 public void startAnimation(SurfaceControl animationLeash, Transaction t,
64 mAnimator.startAnimation(mSpec, animationLeash, t,
  /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/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 58 startAnimation();
62 private void startAnimation() {
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/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/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
CounterFragment.java 58 startAnimation();
62 private void startAnimation() {

Completed in 696 milliseconds

1 2 3 4 5 6 7 8