Searched refs:mCurrentAnimation (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DSearchDropTargetBar.java68 private AnimatorSet mCurrentAnimation; field in class:SearchDropTargetBar
146 if (mCurrentAnimation != null) {
147 mCurrentAnimation.cancel();
148 mCurrentAnimation = null;
150 mCurrentAnimation = null;
153 mCurrentAnimation = new AnimatorSet();
154 mCurrentAnimation.setDuration(duration);
176 mCurrentAnimation.play(
189 animation.play(mCurrentAnimation);
191 mCurrentAnimation
[all...]
H A DFocusIndicatorView.java40 private ObjectAnimator mCurrentAnimation; field in class:FocusIndicatorView
120 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this,
128 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this,
136 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this,
140 if (mCurrentAnimation != null) {
141 mCurrentAnimation.setDuration(ANIM_DURATION).start();
146 if (mCurrentAnimation != null) {
147 mCurrentAnimation.cancel();
148 mCurrentAnimation = null;
H A DLauncherStateTransitionAnimation.java113 @Thunk AnimatorSet mCurrentAnimation; field in class:LauncherStateTransitionAnimation
155 mCurrentAnimation = startAnimationToOverlay(fromWorkspaceState,
167 mCurrentAnimation = startAnimationToOverlay(fromWorkspaceState,
345 // Check that mCurrentAnimation hasn't changed while
347 if (mCurrentAnimation != stateAnimation)
449 mCurrentAnimation = startAnimationToWorkspaceFromOverlay(fromWorkspaceState, toWorkspaceState,
474 mCurrentAnimation = startAnimationToWorkspaceFromOverlay(
657 // Check that mCurrentAnimation hasn't changed while
659 if (mCurrentAnimation != stateAnimation)
758 if (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/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DDrawerController.java486 private Animation mCurrentAnimation; field in class:DrawerController.ViewAnimationController
518 mCurrentAnimation = animation;
521 mCurrentAnimation = null;
570 mCurrentAnimation = null;
574 return mCurrentAnimation != null;
581 if (mCurrentAnimation != null) {
584 mCurrentAnimation = animation;

Completed in 231 milliseconds