Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java212 final ColorStateList accentColor; in setBackgroundTintColor() local
224 accentColor = colorStateListWithDisabledAlpha(foregroundColor, 0x4D); // 30% in setBackgroundTintColor()
228 accentColor = mContext.getColorStateList(R.color.remote_input_send); in setBackgroundTintColor()
245 accentColor.getDefaultColor(), PorterDuff.Mode.SRC_IN); in setBackgroundTintColor()
248 mContentBackground.setStroke(stroke, accentColor); in setBackgroundTintColor()
251 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()
252 mProgressBar.setProgressTintList(accentColor); in setBackgroundTintColor()
253 mProgressBar.setIndeterminateTintList(accentColor); in setBackgroundTintColor()
254 mProgressBar.setSecondaryProgressTintList(accentColor); in setBackgroundTintColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleStoryIconFactory.java116 @ColorInt int accentColor, boolean showStoryRing) { in PeopleStoryIconDrawable() argument
128 mStoryPaint.setColor(accentColor); in PeopleStoryIconDrawable()
/frameworks/base/core/java/android/app/
DNotification.java13808 @ColorInt int accentColor, @ColorInt int backgroundColor, boolean nightMode) { in calculateContrastColor() argument
13811 color = accentColor; in calculateContrastColor()