Home
last modified time | relevance | path

Searched defs: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
/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
1524 final int uiModeType = uiMode&MASK_UI_MODE_TYPE; in match() local