Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java182 int uiModeType = getUiModeType(configuration); in applyToConfiguration() local
183 int resTabType = resTab.uiModeType(); in applyToConfiguration()
185 uiModeType = resTabType; in applyToConfiguration()
193 configuration.uiMode = uiModeType | uiModeNight; in applyToConfiguration()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java720 public final int uiModeType() { in uiModeType() method in ResTable_config
724 public final void uiModeType(int value) { in uiModeType() method in ResTable_config
1144 result.put(Type.UI_MODE_TYPE, getOrDefault(UI_MODE_TYPE_VALUES, uiModeType(), "")); in toStringParts()
1524 final int uiModeType = uiMode&MASK_UI_MODE_TYPE; in match() local
1526 if (uiModeType != 0 && uiModeType != setUiModeType) { in match()