Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3417 private boolean mInNightMode; field in Notification.Builder
3455 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in Builder()
4708 if (hasForegroundColor() || mInNightMode) { in processTextSpans()
4778 backgroundColor, mInNightMode); in ensureColors()
4780 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 …]