Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationSbnAdapter.java72 private boolean mInNightMode; field in NotificationSbnAdapter
87 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in NotificationSbnAdapter()
152 mContext, color, mBackgroundColor, mInNightMode); in loadBackground()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3783 private boolean mInNightMode; field in Notification.Builder
3821 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7658 Landroid/app/Notification$Builder;->mInNightMode:Z