Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnAdapter.java76 private boolean mInNightMode; field in NotificationSbnAdapter
91 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in NotificationSbnAdapter()
166 mContext, color, mBackgroundColor, mInNightMode); in loadBackground()