Home
last modified time | relevance | path

Searched refs:DENSITY_DPI_ANY (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DConfigurationV25.java3 import static android.content.res.Configuration.DENSITY_DPI_ANY;
255 case DENSITY_DPI_ANY: in resourceQualifierString()
DDeviceConfig.java334 case ResTable_config.DENSITY_DPI_ANY: in applyRules()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java329 public static final int DENSITY_DPI_ANY = 0xFFFE; field in ResTable_config
344 map.put(DENSITY_DPI_ANY, "anydpi"); in map.put() argument