Searched refs:fadeAnim (Results 1 – 2 of 2) sorted by relevance
396 Animator fadeAnim = ObjectAnimator.ofFloat(mContentParent, "alpha", in createAnimation() local398 fadeAnim.setInterpolator(appearing ? sAccelerateInterpolator : sDecelerateInterpolator); in createAnimation()402 .play(fadeAnim) in createAnimation()
489 <li>Plays <code>fadeAnim</code>.</li>498 ValueAnimator fadeAnim = ObjectAnimator.ofFloat(newBall, "alpha", 1f, 0f);499 fadeAnim.setDuration(250);501 animatorSet.play(bouncer).before(fadeAnim);573 ValueAnimatorAnimator fadeAnim = ObjectAnimator.ofFloat(newBall, "alpha", 1f, 0f);574 fadeAnim.setDuration(250);575 fadeAnim.addListener(new AnimatorListenerAdapter() {