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