Searched refs:highlightColor (Results 1 – 5 of 5) sorted by relevance
59 private var highlightColor = Color.TRANSPARENT regex181 val initialHighlight = highlightColor192 highlightColor = blendARGB(initialHighlight, finalHighlight, progress)193 lightSources.forEach { it.highlightColor = highlightColor }
67 var highlightColor = Color.WHITE regex128 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt())
160 private val highlightColor: Int164 highlightColor = Utils.getColorAttrDefaultColor(193 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor)
333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument338 mFillColor = highlightColor; in SmartSelectSprite()
823 int highlightColor, in PhoneAccount() argument836 mHighlightColor = highlightColor; in PhoneAccount()