Home | History | Annotate | Download | only in launcher2

Lines Matching refs:alphaAnim

2588             final ObjectAnimator alphaAnim = LauncherAnimUtils
2591 alphaAnim.setInterpolator(new DecelerateInterpolator(1.5f));
2592 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2608 mStateAnimation.play(alphaAnim).after(startDelay);
2761 final ObjectAnimator alphaAnim = LauncherAnimUtils
2764 alphaAnim.setInterpolator(new AccelerateDecelerateInterpolator());
2765 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2798 mStateAnimation.playTogether(scaleAnim, alphaAnim);