Searched refs:mInNightMode (Results 1 – 3 of 3) sorted by relevance
72 private boolean mInNightMode; field in NotificationSbnAdapter87 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in NotificationSbnAdapter()152 mContext, color, mBackgroundColor, mInNightMode); in loadBackground()
3783 private boolean mInNightMode; field in Notification.Builder3821 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in Builder()5195 if (mInNightMode) { in processTextSpans()5232 mColors.resolvePalette(mContext, mN.color, isBackgroundColorized(p), mInNightMode); in getColors()6150 buttonFillColor, mInNightMode); in generateActionButton()
7658 Landroid/app/Notification$Builder;->mInNightMode:Z