Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java154 final int blendedColor = getTextColor(); in showSlice() local
169 button.setTextColor(blendedColor); in showSlice()
231 final int blendedColor = getTextColor(); in updateTextColors() local
232 mTitle.setTextColor(blendedColor); in updateTextColors()
237 ((TextView) v).setTextColor(blendedColor); in updateTextColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DDotIndicatorDecoration.java127 int blendedColor = in drawFadingUnselectedDot() local
130 mPaint.setColor(getTransitionAdjustedColor(blendedColor)); in drawFadingUnselectedDot()