Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3420 private boolean mInNightMode; field in Notification.Builder
3458 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in Builder()
4716 if (hasForegroundColor() || mInNightMode) { in processTextSpans()
4786 backgroundColor, mInNightMode); in ensureColors()
4788 backgroundColor, mInNightMode); in ensureColors()
5575 background, mInNightMode); in generateActionButton()
5579 && mTintActionButtons && !mInNightMode) { in generateActionButton()
5638 colors[i], background, mInNightMode); in ensureColorSpanContrast()
5658 foregroundColor, background, mInNightMode); in ensureColorSpanContrast()
5752 color = ContrastColorUtil.resolveDefaultColor(mContext, background, mInNightMode);
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7661 Landroid/app/Notification$Builder;->mInNightMode:Z