Searched refs:animator (Results 1 - 25 of 25) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DAnimationManager.java68 public void onAnimationStart(Animator animator) {
73 public void onAnimationEnd(Animator animator) {
78 public void onAnimationCancel(Animator animator) {
83 public void onAnimationRepeat(Animator animator) {
101 public void onAnimationStart(Animator animator) {
107 public void onAnimationEnd(Animator animator) {
118 public void onAnimationCancel(Animator animator) {
123 public void onAnimationRepeat(Animator animator) {
145 public void onAnimationStart(Animator animator) {
150 public void onAnimationEnd(Animator animator) {
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewProgressController.java138 final Animator animator = AnimatorInflater.loadAnimator(
140 animator.setTarget(mBackgroundView);
141 animator.addListener(new AnimatorListenerAdapter() {
151 animator.start();
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTweener.java37 ObjectAnimator animator; field in class:Tweener
41 animator = anim;
44 private static void remove(Animator animator) { argument
48 if (entry.getValue().animator == animator) {
52 break; // an animator can only be attached to one object
109 anim = sTweens.get(object).animator;
168 tween.animator.cancel();
170 tween.animator.setValues(
H A DGlowPadView.java134 anim.animator.start();
142 anim.animator.cancel();
151 anim.animator.end();
162 public void onAnimationEnd(Animator animator) {
169 public void onAnimationEnd(Animator animator) {
184 public void onAnimationEnd(Animator animator) {
681 if (waveAnimations.size() > 0 && waveAnimations.get(0).animator.isRunning()) {
682 long t = waveAnimations.get(0).animator.getCurrentPlayTime();
710 public void onAnimationEnd(Animator animator) {
738 mBackgroundAnimator.animator
[all...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java37 ObjectAnimator animator; field in class:Tweener
41 animator = anim;
44 private static void remove(Animator animator) { argument
48 if (entry.getValue().animator == animator) {
52 break; // an animator can only be attached to one object
109 anim = sTweens.get(object).animator;
168 tween.animator.cancel();
170 tween.animator.setValues(
H A DGlowPadView.java136 anim.animator.start();
144 anim.animator.cancel();
153 anim.animator.end();
164 public void onAnimationEnd(Animator animator) {
171 public void onAnimationEnd(Animator animator) {
186 public void onAnimationEnd(Animator animator) {
709 if (waveAnimations.size() > 0 && waveAnimations.get(0).animator.isRunning()) {
710 long t = waveAnimations.get(0).animator.getCurrentPlayTime();
738 public void onAnimationEnd(Animator animator) {
766 mBackgroundAnimator.animator
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimUtils.java54 public static void startAnimationAfterNextDraw(final Animator animator, final View view) { argument
61 if (animator.getDuration() == 0) {
64 animator.start();
H A DFirstFrameAnimatorHelper.java47 public FirstFrameAnimatorHelper(ValueAnimator animator, View target) { argument
49 animator.addUpdateListener(this);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java55 public static void startAnimationAfterNextDraw(final Animator animator, final View view) { argument
62 if (animator.getDuration() == 0) {
65 animator.start();
H A DFirstFrameAnimatorHelper.java47 public FirstFrameAnimatorHelper(ValueAnimator animator, View target) { argument
49 animator.addUpdateListener(this);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DTileInteractionTeaserView.java115 public void onAnimationStart(Animator animator) {
119 public void onAnimationEnd(Animator animator) {
128 public void onAnimationCancel(Animator animator) {
132 public void onAnimationRepeat(Animator animator) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DAnimationUtils.java151 * call-backs via animator object (see also {@link CrossFadeDrawable#getAnimator()}).
228 ObjectAnimator animator = crossFadeDrawable.getAnimator();
230 animator.setDuration(ANIMATION_DURATION);
231 animator.addListener(new AnimatorListenerAdapter() {
254 animator.start();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java319 ValueAnimator animator = ValueAnimator.ofFloat(1f, 0f)
321 animator.setInterpolator(mCollapseInterpolator);
322 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
324 public void onAnimationUpdate(ValueAnimator animator) {
325 Float value = (Float) animator.getAnimatedValue();
335 animator.addListener(new AnimatorListener() {
358 animator.start();
388 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f)
390 animator.setInterpolator(mExpandInterpolator);
391 animator
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java163 // ObjectAnimator animator = ObjectAnimator.ofInt(tab, "TranslationX", 500, 0);
164 // animator.setDuration(mAnimationDuration);
165 // animator.start();
169 // ObjectAnimator animator = ObjectAnimator.ofInt(
171 // animator.setDuration(mAnimationDuration);
172 // animator.addListener(new AnimatorListenerAdapter() {
178 // animator.setInterpolator(new AccelerateInterpolator());
179 // animator.start();
183 ObjectAnimator animator = ObjectAnimator.ofInt(this, "scroll", getScrollX(), newscroll);
184 animator
[all...]
H A DTitleBar.java159 void setupTitleBarAnimator(Animator animator) { argument
162 animator.setInterpolator(new DecelerateInterpolator(
164 animator.setDuration(duration);
H A DTabBar.java431 AnimatorSet animator = new AnimatorSet();
432 animator.playTogether(scalex, scaley, alpha);
433 animator.setDuration(150);
434 animator.addListener(new AnimatorListener() {
456 animator.start();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailTabCarousel.java278 final ViewPropertyAnimator animator = mTabAndShadowContainer.animate();
279 animator.translationY(0.0f);
280 animator.setDuration(TRANSITION_MOVE_IN_TIME);
H A DContactDetailFragmentCarousel.java295 final ViewPropertyAnimator animator = mUpdatesFragment.animate();
296 animator.translationX(0.0f);
H A DContactDetailLayoutController.java298 final ViewPropertyAnimator animator = mViewContainer.animate();
299 animator.alpha(1.0f);
300 animator.setDuration(SINGLE_PANE_FADE_IN_DURATION);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java267 // TODO: Stop using null as a no-operation animator.
531 final ObjectAnimator animator = (ObjectAnimator)AnimatorInflater.loadAnimator(
533 if (animator != null) {
534 animator.setTarget(target);
536 return animator;
1127 final ObjectAnimator animator = mLanguageOnSpacebarFadeoutAnimator;
1128 if (animator == null) {
1133 if (animator.isStarted()) {
1134 animator.cancel();
1136 animator
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/
H A DPieRenderer.java478 public void onAnimationStart(Animator animator) {
482 public void onAnimationEnd(Animator animator) {
491 public void onAnimationRepeat(Animator animator) {
495 public void onAnimationCancel(Animator animator) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java2066 // Used by animator
2200 final ObjectAnimator animator = ObjectAnimator.ofFloat(ConversationItemView.this,
2202 animator.setDuration(mDuration);
2203 animator.setInterpolator(new LinearInterpolator());
2204 animator.addListener(new AnimatorListenerAdapter() {
2210 animator.addListener(mAnimatorListener);
2211 return animator;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java800 ViewPropertyAnimator animator = photo.animate()
808 animator.rotation(mThrowRotation);
813 animator.withEndAction(new Runnable() {
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java3755 // This is the only animator that can return null, so check it
3780 // Sets up an animator for changing the height of allday events
3797 // Set up the animator with the calculated values
3798 ObjectAnimator animator = ObjectAnimator.ofInt(this, "animateDayEventHeight",
3800 animator.setDuration(ANIMATION_DURATION);
3801 return animator;
3804 // Sets up an animator for changing the height of the allday area
3816 // Set up the animator with the calculated values
3817 ObjectAnimator animator = ObjectAnimator.ofInt(this, "animateDayHeight",
3819 animator
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java140 * Flag to indicate whether the current running animator set was canceled before it reaching
142 * animators should resume from where the last animator set left off.
818 // If the current animator set is not null, then animation is running, in which case,
1700 // b/8422632 - Without this dummy first animator, startDelays of subsequent animators won't
1702 // animator in the AnimatorSet truly starts playing.
2046 for (final Animator animator : viewAnimators) {
2047 animator.addListener(new AnimatorListenerAdapter() {

Completed in 567 milliseconds