Home
last modified time | relevance | path

Searched refs:mPrimaryTextColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java3408 private int mPrimaryTextColor = COLOR_INVALID; field in Notification.Builder
4725 contentView.setTextColor(id, mPrimaryTextColor); in setTextViewColorPrimary()
4749 return mPrimaryTextColor; in getPrimaryTextColor()
4780 if (mPrimaryTextColor == COLOR_INVALID in ensureColors()
4785 mPrimaryTextColor = ContrastColorUtil.resolvePrimaryColor(mContext, in ensureColors()
4790 mPrimaryTextColor = ContrastColorUtil.findAlphaToMeetContrast( in ensureColors()
4791 mPrimaryTextColor, backgroundColor, 4.5); in ensureColors()
4813 mPrimaryTextColor = ContrastColorUtil.changeColorLightness( in ensureColors()
4822 mPrimaryTextColor = ContrastColorUtil.changeColorLightness( in ensureColors()
4826 mPrimaryTextColor = mForegroundColor; in ensureColors()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7669 Landroid/app/Notification$Builder;->mPrimaryTextColor:I