Home
last modified time | relevance | path

Searched refs:fadedOutColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextViewTranslationCallback.java308 int fadedOutColor = colorWithAlpha(view.getCurrentTextColor(), 0); in runChangeTextWithAnimationIfNeeded() local
309 mAnimator = ValueAnimator.ofArgb(view.getCurrentTextColor(), fadedOutColor); in runChangeTextWithAnimationIfNeeded()