Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransition.kt182 val textColorList = ColorStateList.valueOf(textPrimary) in textPrimary() constant
183 mediaViewHolder.seekBar.thumb.setTintList(textColorList) in textPrimary()
184 mediaViewHolder.seekBar.progressTintList = textColorList in textPrimary()
185 mediaViewHolder.scrubbingElapsedTimeView.setTextColor(textColorList) in textPrimary()
186 mediaViewHolder.scrubbingTotalTimeView.setTextColor(textColorList) in textPrimary()
188 button.imageTintList = textColorList in textPrimary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DGutsViewHolder.kt93 val textColorList = ColorStateList.valueOf(textPrimary) in setTextPrimaryColor() constant
94 gutsText.setTextColor(textColorList) in setTextPrimaryColor()
96 cancelText.setTextColor(textColorList) in setTextPrimaryColor()