Searched refs:mCurrentTextColor (Results 1 – 1 of 1) sorted by relevance
89 private int mCurrentTextColor; field in FullScreenAnimation106 mCurrentTextColor = ResourceUtils.getColorAttr( in FullScreenAnimation()244 textView.setTextColor(mCurrentTextColor); in ensureToolbarIsCorrectlyColored()251 button.setColorFilter(mCurrentTextColor); in ensureToolbarIsCorrectlyColored()322 if (targetColor == mCurrentTextColor) { in animateColor()329 ValueAnimator colorAnimator = ValueAnimator.ofArgb(mCurrentTextColor, targetColor); in animateColor()341 mCurrentTextColor = targetColor; in animateColor()