Searched refs:mInNightMode (Results 1 – 2 of 2) sorted by relevance
3420 private boolean mInNightMode; field in Notification.Builder3458 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 …]
7661 Landroid/app/Notification$Builder;->mInNightMode:Z