Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt59 private var highlightColor = Color.TRANSPARENT variable in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable
181 val initialHighlight = highlightColor in animateBackground()
192 highlightColor = blendARGB(initialHighlight, finalHighlight, progress) in animateBackground()
193 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()
DLightSourceDrawable.kt67 var highlightColor = Color.WHITE variable
128 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt()) in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorListView.kt163 private val highlightColor: Int constant
167 highlightColor = Utils.getColorAttrDefaultColor(
198 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor) in playHighlight()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Drain_shower_layer.agsl104 color.rgb = mix(color.rgb, highlightColor, rainVisibility * rain.dropMask);
115 color.rgb = mix(color.rgb, highlightColor, rainVisibility * rain.dropMask);
132 color.rgb = mix(color.rgb, highlightColor, 0.7 * rainVisibility * rain.dropMask);
Drain_constants.agsl19 const vec3 highlightColor = vec3(1.); // white
Drain_glass_layer.agsl90 highlightColor,
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument
338 mFillColor = highlightColor; in SmartSelectSprite()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java892 int highlightColor, in PhoneAccount() argument
906 mHighlightColor = highlightColor; in PhoneAccount()