Searched refs:uiModeNight (Results 1 – 2 of 2) sorted by relevance
188 int uiModeNight = getUiModeNight(configuration); in applyToConfiguration() local189 int resTabNight = resTab.uiModeNight(); in applyToConfiguration()191 uiModeNight = resTabNight; in applyToConfiguration()193 configuration.uiMode = uiModeType | uiModeNight; in applyToConfiguration()
728 public final int uiModeNight() { in uiModeNight() method in ResTable_config732 public final void uiModeNight(int value) { in uiModeNight() method in ResTable_config1145 result.put(Type.UI_MODE_NIGHT, getOrDefault(UI_MODE_NIGHT_VALUES, uiModeNight(), "")); in toStringParts()1530 final int uiModeNight = uiMode&MASK_UI_MODE_NIGHT; in match() local1532 if (uiModeNight != 0 && uiModeNight != setUiModeNight) { in match()