Searched defs:startAnimation (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimatorRT.java48 public boolean startAnimation(ViewPropertyAnimator parent) { method in class:ViewPropertyAnimatorRT
H A DViewPropertyAnimator.java113 * A RenderThread-driven backend that may intercept startAnimation
170 startAnimation();
417 startAnimation();
862 private void startAnimation() { method in class:ViewPropertyAnimator
863 if (mRTBackend != null && mRTBackend.startAnimation(this)) {
H A DView.java595 * {@link #startAnimation(Animation)}. The animation can alter the scale,
17855 public void startAnimation(Animation animation) { method in class:View
17876 * {@link #startAnimation(android.view.animation.Animation)} instead.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DAppearAnimationUtils.java56 public void startAnimation(View[][] objects, final Runnable finishListener) { method in class:AppearAnimationUtils
57 startAnimation(objects, finishListener, this);
60 public void startAnimation(View[] objects, final Runnable finishListener) { method in class:AppearAnimationUtils
61 startAnimation(objects, finishListener, this);
64 public <T> void startAnimation(T[][] objects, final Runnable finishListener, method in class:AppearAnimationUtils
70 public <T> void startAnimation(T[] objects, final Runnable finishListener, method in class:AppearAnimationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java532 startAnimation(finisher, mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels,
540 private void startAnimation(final Runnable finisher, int w, int h, boolean statusBarVisible, method in class:GlobalScreenshot
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java245 startAnimation(vpa, view);
269 private void startAnimation(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
305 startAnimation(mVpa, view);
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java588 startAnimation(eventX - mLeftHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
592 startAnimation(eventX - mRightHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
615 private void startAnimation(int startX, int endX, int duration) { method in class:RotarySelector
H A DSlidingTab.java251 tab.startAnimation(trans);
252 text.startAnimation(trans);
267 tab.startAnimation(trans);
268 text.startAnimation(trans);
293 target.startAnimation(alphaAnim);
312 text.startAnimation(trans);
313 tab.startAnimation(trans);
433 public void startAnimation(Animation anim1, Animation anim2) { method in class:SlidingTab.Slider
434 tab.startAnimation(anim1);
435 text.startAnimation(anim
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java367 return startAnimation(session, maxAnimationDuration, animationScale,
378 private boolean startAnimation(SurfaceSession session, long maxAnimationDuration, method in class:ScreenRotationAnimation
539 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
563 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
570 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
603 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
610 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
625 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
643 startAnimation(session, maxAnimationDuration, animationScale, finalWidth, finalHeight,
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java681 anim.startAnimation(this);
700 anim.startAnimation(this);
1083 startAnimation(handler);
1190 private void startAnimation(AnimationHandler handler) { method in class:ValueAnimator
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java235 public void startAnimation() { method in class:BackgroundManager.DrawableWrapper
236 startAnimation(null);
238 public void startAnimation(Animator.AnimatorListener listener) { method in class:BackgroundManager.DrawableWrapper
710 mImageOutWrapper.startAnimation();
722 mImageInWrapper.startAnimation(mImageInListener);
729 mDimWrapper.startAnimation();
/frameworks/base/core/java/android/widget/
H A DProgressBar.java537 startAnimation();
1455 void startAnimation() { method in class:ProgressBar
1544 startAnimation();
1559 startAnimation();
1792 startAnimation();

Completed in 501 milliseconds