Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java560 final int currentNightMode = currentUiMode & Configuration.UI_MODE_NIGHT_MASK; in setOverrideNightMode() local
562 if (currentNightMode == validNightMode) { in setOverrideNightMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java340 int currentNightMode = config.uiMode & Configuration.UI_MODE_NIGHT_MASK; in refresh() local
341 boolean isDarkThemeOn = currentNightMode == Configuration.UI_MODE_NIGHT_YES; in refresh()