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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DChoreographer.java118 void startAnimation(boolean appearing) { method in class:Choreographer
119 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")");
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java388 startAnimation(finisher, mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels,
396 private void startAnimation(final Runnable finisher, int w, int h, boolean statusBarVisible, method in class:GlobalScreenshot
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java131 mChoreo.startAnimation(show);
149 mChoreo.startAnimation(true);
409 void startAnimation(boolean appearing) { method in class:NotificationPanel.Choreographer
410 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")");
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java616 anim.startAnimation();
643 anim.startAnimation();
983 startAnimation();
1051 private void startAnimation() { method in class:ValueAnimator
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java147 startAnimation();
337 startAnimation();
621 private void startAnimation() { method in class:ViewPropertyAnimator
H A DView.java539 * {@link #startAnimation(Animation)}. The animation can alter the scale,
12976 public void startAnimation(Animation animation) { method in class:View
12997 * startAnimation. This method provides allows fine-grained
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java579 startAnimation(eventX - mLeftHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
583 startAnimation(eventX - mRightHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
606 private void startAnimation(int startX, int endX, int duration) { method in class:RotarySelector
H A DSlidingTab.java243 tab.startAnimation(trans);
244 text.startAnimation(trans);
259 tab.startAnimation(trans);
260 text.startAnimation(trans);
285 target.startAnimation(alphaAnim);
304 text.startAnimation(trans);
305 tab.startAnimation(trans);
425 public void startAnimation(Animation anim1, Animation anim2) { method in class:SlidingTab.Slider
426 tab.startAnimation(anim1);
427 text.startAnimation(anim
[all...]
/frameworks/base/core/java/android/widget/
H A DProgressBar.java442 startAnimation();
804 void startAnimation() { method in class:ProgressBar
882 startAnimation();
897 startAnimation();
1104 startAnimation();

Completed in 169 milliseconds