Searched refs:bccAnimator (Results 1 – 1 of 1) sorted by relevance
70 ObjectAnimator bccAnimator = ObjectAnimator.ofFloat(mBcc, "alpha", 0, 1); in animate() local71 bccAnimator.setDuration(fadeDuration); in animate()78 ((AnimatorSet) fadeAnimation).playTogether(ccAnimator, bccAnimator); in animate()80 fadeAnimation = bccAnimator; in animate()