Searched refs:mInNightMode (Results 1 – 1 of 1) sorted by relevance
3417 private boolean mInNightMode; field in Notification.Builder3455 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 …]