Searched refs:highlightColor (Results 1 – 5 of 5) sorted by relevance
52 private var highlightColor = Color.TRANSPARENT variable in com.android.systemui.media.IlluminationDrawable144 val initialHighlight = highlightColor in animateBackground()154 highlightColor = blendARGB(initialHighlight, finalHighlight, progress) in animateBackground()155 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()
69 var highlightColor = Color.WHITE variable131 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt()) in draw()
160 private val highlightColor: Int constant164 highlightColor = Utils.getColorAttrDefaultColor(193 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor) in playHighlight()
335 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument343 mFillColor = highlightColor; in SmartSelectSprite()
679 int highlightColor, in PhoneAccount() argument692 mHighlightColor = highlightColor; in PhoneAccount()