Lines Matching defs:alphaAnim
2394 final ObjectAnimator alphaAnim = ObjectAnimator
2397 alphaAnim.setInterpolator(new DecelerateInterpolator(1.5f));
2398 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2411 mStateAnimation.play(alphaAnim).after(startDelay);
2571 final ObjectAnimator alphaAnim = ObjectAnimator
2574 alphaAnim.setInterpolator(new AccelerateDecelerateInterpolator());
2575 alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
2605 mStateAnimation.playTogether(scaleAnim, alphaAnim);