Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DIlluminationDrawable.kt61 private var highlightColor = Color.TRANSPARENT regex
173 val initialHighlight = highlightColor
183 highlightColor = blendARGB(initialHighlight, finalHighlight, progress)
184 lightSources.forEach { it.highlightColor = highlightColor }
H A DLightSourceDrawable.kt69 var highlightColor = Color.WHITE regex
131 ColorUtils.setAlphaComponent(highlightColor, (rippleData.alpha * 255).toInt())
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DThemeColorManager.java69 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 DModeIconView.java120 public void setHighlightColor(int highlightColor) { in setHighlightColor() argument
121 mHighlightColor = highlightColor; in setHighlightColor()
H A DModeSelectorItem.java215 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 DChannelEditorListView.kt160 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 DSmartSelectSprite.java333 SmartSelectSprite(final Context context, @ColorInt int highlightColor, in SmartSelectSprite() argument
338 mFillColor = highlightColor; in SmartSelectSprite()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java712 int highlightColor, in PhoneAccount() argument
725 mHighlightColor = highlightColor; in PhoneAccount()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java1862 int highlightColor = PhoneAccount.NO_HIGHLIGHT_COLOR;
1899 highlightColor = Integer.parseInt(parser.getText());
1989 .setHighlightColor(highlightColor)