Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DIlluminationDrawable.kt59 private var highlightColor = Color.TRANSPARENT regex
181 val initialHighlight = highlightColor
192 highlightColor = blendARGB(initialHighlight, finalHighlight, progress)
193 lightSources.forEach { it.highlightColor = highlightColor }
H A DLightSourceDrawable.kt67 var highlightColor = Color.WHITE regex
128 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorListView.kt160 private val highlightColor: Int
164 highlightColor = Utils.getColorAttrDefaultColor(
193 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor)
/aosp14/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument
338 mFillColor = highlightColor; in SmartSelectSprite()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java823 int highlightColor, in PhoneAccount() argument
836 mHighlightColor = highlightColor; in PhoneAccount()