Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3496 private boolean mInNightMode; field in Notification.Builder
3534 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in Builder()
4846 if (hasForegroundColor() || mInNightMode) { in processTextSpans()
4916 backgroundColor, mInNightMode); in ensureColors()
4918 backgroundColor, mInNightMode); in ensureColors()
5706 background, mInNightMode); in generateActionButton()
5710 && mTintActionButtons && !mInNightMode) { in generateActionButton()
5769 colors[i], background, mInNightMode); in ensureColorSpanContrast()
5789 foregroundColor, background, mInNightMode); in ensureColorSpanContrast()
5883 color = ContrastColorUtil.resolveDefaultColor(mContext, background, mInNightMode);
[all …]