Searched defs:mCurrentAnimation (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java58 private ViewPropertyAnimator mCurrentAnimation; field in class:DropTargetBar
100 if (mCurrentAnimation != null) {
101 mCurrentAnimation.cancel();
102 mCurrentAnimation = null;
108 mCurrentAnimation = animate().alpha(finalAlpha)
H A DLauncherStateTransitionAnimation.java120 @Thunk AnimatorSet mCurrentAnimation; field in class:LauncherStateTransitionAnimation
346 mCurrentAnimation = animation;
361 mCurrentAnimation = animation;
362 mCurrentAnimation.addListener(layerViews);
497 mCurrentAnimation = animation;
504 mCurrentAnimation = null;
661 mCurrentAnimation = animation;
662 mCurrentAnimation.addListener(layerViews);
691 mCurrentAnimation = animation;
692 mCurrentAnimation
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java41 private SlideshowAnimation mCurrentAnimation; field in class:SlideshowView
62 mPrevAnimation = mCurrentAnimation;
68 mCurrentAnimation = new SlideshowAnimation(
72 mCurrentAnimation = new SlideshowAnimation(
76 mCurrentAnimation.start();
109 requestRender |= mCurrentAnimation.calculate(animTime);
112 mCurrentAnimation.apply(canvas);
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DFocusIndicatorHelper.java94 private ObjectAnimator mCurrentAnimation; field in class:FocusIndicatorHelper
164 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
167 mCurrentAnimation.addListener(new ViewSetListener(v, true));
171 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
180 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
182 mCurrentAnimation.addListener(new ViewSetListener(null, false));
190 if (mCurrentAnimation != null) {
191 mCurrentAnimation.addUpdateListener(this);
192 mCurrentAnimation.setDuration(ANIM_DURATION).start();
197 if (mCurrentAnimation !
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java88 private AnimatorSet mCurrentAnimation; field in class:AllAppsTransitionController
171 mCurrentAnimation = LauncherAnimUtils.createAnimatorSet();
365 mCurrentAnimation = animationOut;
448 mCurrentAnimation = animationOut;
466 if (mCurrentAnimation != null) {
467 mCurrentAnimation.cancel();
468 mCurrentAnimation = null;
482 mCurrentAnimation = null;
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DDrawerController.java487 private Animation mCurrentAnimation; field in class:DrawerController.ViewAnimationController
519 mCurrentAnimation = animation;
522 mCurrentAnimation = null;
571 mCurrentAnimation = null;
575 return mCurrentAnimation != null;
582 if (mCurrentAnimation != null) {
585 mCurrentAnimation = animation;

Completed in 168 milliseconds