Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java188 int uiModeNight = getUiModeNight(configuration); in applyToConfiguration() local
189 int resTabNight = resTab.uiModeNight(); in applyToConfiguration()
191 uiModeNight = resTabNight; in applyToConfiguration()
193 configuration.uiMode = uiModeType | uiModeNight; in applyToConfiguration()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java728 public final int uiModeNight() { in uiModeNight() method in ResTable_config
732 public final void uiModeNight(int value) { in uiModeNight() method in ResTable_config
1145 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() local
1532 if (uiModeNight != 0 && uiModeNight != setUiModeNight) { in match()