Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java190 int uiModeType = getUiModeType(configuration); in applyToConfiguration() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java819 public final int uiModeType() { in uiModeType() method in ResTable_config
823 public final void uiModeType(int value) { in uiModeType() method in ResTable_config
1617 final int uiModeType = uiMode & MASK_UI_MODE_TYPE; in match() local