Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java155 final int blendedColor = getTextColor(); in showSlice() local
170 button.setTextColor(blendedColor); in showSlice()
232 final int blendedColor = getTextColor(); in updateTextColors() local
233 mTitle.setTextColor(blendedColor); in updateTextColors()
238 ((TextView) v).setTextColor(blendedColor); in updateTextColors()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DDotIndicatorDecoration.java127 int blendedColor = in drawFadingUnselectedDot() local
130 mPaint.setColor(getTransitionAdjustedColor(blendedColor)); in drawFadingUnselectedDot()