Searched refs:currentNightMode (Results 1 – 2 of 2) sorted by relevance
560 final int currentNightMode = currentUiMode & Configuration.UI_MODE_NIGHT_MASK; in setOverrideNightMode() local562 if (currentNightMode == validNightMode) { in setOverrideNightMode()
340 int currentNightMode = config.uiMode & Configuration.UI_MODE_NIGHT_MASK; in refresh() local341 boolean isDarkThemeOn = currentNightMode == Configuration.UI_MODE_NIGHT_YES; in refresh()