Home | History | Annotate | Download | only in launcher3

Lines Matching defs:alphaAnim

3022             final ObjectAnimator alphaAnim = LauncherAnimUtils
3025 alphaAnim.setInterpolator(new DecelerateInterpolator(1.5f));
3026 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
3042 mStateAnimation.play(alphaAnim).after(startDelay);
3172 final ObjectAnimator alphaAnim = LauncherAnimUtils
3175 alphaAnim.setInterpolator(new AccelerateDecelerateInterpolator());
3176 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
3204 mStateAnimation.playTogether(scaleAnim, alphaAnim);