Home
last modified time | relevance | path

Searched defs: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
/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
1530 final int uiModeNight = uiMode&MASK_UI_MODE_NIGHT; in match() local