Searched refs:highlightColor (Results 1 – 5 of 5) sorted by relevance
61 private var highlightColor = Color.TRANSPARENT variable173 val initialHighlight = highlightColor in animateBackground()183 highlightColor = blendARGB(initialHighlight, finalHighlight, progress) in animateBackground()184 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()
69 var highlightColor = Color.WHITE variable in com.android.systemui.media.LightSourceDrawable131 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()
333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument338 mFillColor = highlightColor; in SmartSelectSprite()
712 int highlightColor, in PhoneAccount() argument725 mHighlightColor = highlightColor; in PhoneAccount()