Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java89 private int mCurrentTextColor; field in FullScreenAnimation
106 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()