Home
last modified time | relevance | path

Searched refs:accentColor (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java156 @ColorInt final int accentColor = in onBindViewHolder() local
167 new PorterDuffColorFilter(accentColor, PorterDuff.Mode.SRC_IN)); in onBindViewHolder()
179 mPositiveButtonInfo.mColor = accentColor; in onBindViewHolder()
180 mNegativeButtonInfo.mColor = accentColor; in onBindViewHolder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java219 final ColorStateList accentColor; in setBackgroundTintColor() local
231 accentColor = colorStateListWithDisabledAlpha(foregroundColor, 0x4D); // 30% in setBackgroundTintColor()
235 accentColor = mContext.getColorStateList(R.color.remote_input_send); in setBackgroundTintColor()
252 accentColor.getDefaultColor(), PorterDuff.Mode.SRC_IN); in setBackgroundTintColor()
255 mContentBackground.setStroke(stroke, accentColor); in setBackgroundTintColor()
258 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()
259 mProgressBar.setProgressTintList(accentColor); in setBackgroundTintColor()
260 mProgressBar.setIndeterminateTintList(accentColor); in setBackgroundTintColor()
261 mProgressBar.setSecondaryProgressTintList(accentColor); in setBackgroundTintColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleStoryIconFactory.java116 @ColorInt int accentColor, boolean showStoryRing) { in PeopleStoryIconDrawable() argument
128 mStoryPaint.setColor(accentColor); in PeopleStoryIconDrawable()
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt428 val accentColor regex
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java12857 @ColorInt int accentColor, @ColorInt int backgroundColor, boolean nightMode) { in calculateContrastColor() argument
12860 color = accentColor; in calculateContrastColor()