Home | History | Annotate | Download | only in launcher2

Lines Matching defs:alphaAnim

2638             final ObjectAnimator alphaAnim = LauncherAnimUtils
2641 alphaAnim.setInterpolator(new DecelerateInterpolator(1.5f));
2642 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2658 mStateAnimation.play(alphaAnim).after(startDelay);
2811 final ObjectAnimator alphaAnim = LauncherAnimUtils
2814 alphaAnim.setInterpolator(new AccelerateDecelerateInterpolator());
2815 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2848 mStateAnimation.playTogether(scaleAnim, alphaAnim);