Searched refs:fadedOutColor (Results 1 – 1 of 1) sorted by relevance
222 int fadedOutColor = colorWithAlpha(view.getCurrentTextColor(), 0); in runWithAnimation() local223 mAnimator = ValueAnimator.ofArgb(view.getCurrentTextColor(), fadedOutColor); in runWithAnimation()