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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java197 private AnimatorSet mStateAnimation; field in class:Launcher
2632 if (mStateAnimation != null) {
2633 mStateAnimation.setDuration(0);
2634 mStateAnimation.cancel();
2635 mStateAnimation = null;
2682 mStateAnimation = LauncherAnimUtils.createAnimatorSet();
2683 mStateAnimation.play(scaleAnim).after(startDelay);
2684 mStateAnimation.play(alphaAnim).after(startDelay);
2686 mStateAnimation.addListener(new AnimatorListenerAdapter() {
2725 mStateAnimation
[all...]

Completed in 15 milliseconds