Searched refs:highlightColor (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | IlluminationDrawable.kt | 61 private var highlightColor = Color.TRANSPARENT regex 173 val initialHighlight = highlightColor 183 highlightColor = blendARGB(initialHighlight, finalHighlight, progress) 184 lightSources.forEach { it.highlightColor = highlightColor }
|
H A D | LightSourceDrawable.kt | 69 var highlightColor = Color.WHITE regex 131 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt())
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ThemeColorManager.java | 69 private void updateThemeColors(Context context, @ColorInt int highlightColor, boolean isSpam) { in updateThemeColors() argument 79 palette = colorMap.calculatePrimaryAndSecondaryColor(highlightColor); in updateThemeColors() 84 if (highlightColor != PhoneAccount.NO_HIGHLIGHT_COLOR) { in updateThemeColors()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ModeIconView.java | 120 public void setHighlightColor(int highlightColor) { in setHighlightColor() argument 121 mHighlightColor = highlightColor; in setHighlightColor()
|
H A D | ModeSelectorItem.java | 215 public void setHighlightColor(int highlightColor) { in setHighlightColor() argument 216 mIcon.setHighlightColor(highlightColor); in setHighlightColor()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ChannelEditorListView.kt | 160 private val highlightColor: Int 164 highlightColor = Utils.getColorAttrDefaultColor( 193 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor)
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SmartSelectSprite.java | 333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument 338 mFillColor = highlightColor; in SmartSelectSprite()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | PhoneAccount.java | 712 int highlightColor, in PhoneAccount() argument 725 mHighlightColor = highlightColor; in PhoneAccount()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | PhoneAccountRegistrar.java | 1862 int highlightColor = PhoneAccount.NO_HIGHLIGHT_COLOR; 1899 highlightColor = Integer.parseInt(parser.getText()); 1989 .setHighlightColor(highlightColor)
|