Searched refs:highlightColor (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | IlluminationDrawable.kt | 59 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()
|
D | LightSourceDrawable.kt | 67 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/ |
D | ChannelEditorListView.kt | 163 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/ |
D | rain_shower_layer.agsl | 104 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);
|
D | rain_constants.agsl | 19 const vec3 highlightColor = vec3(1.); // white
|
D | rain_glass_layer.agsl | 90 highlightColor,
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument 338 mFillColor = highlightColor; in SmartSelectSprite()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccount.java | 892 int highlightColor, in PhoneAccount() argument 906 mHighlightColor = highlightColor; in PhoneAccount()
|