Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DConfigurationV25.java4 import static android.content.res.Configuration.DENSITY_DPI_NONE;
258 case DENSITY_DPI_NONE: in resourceQualifierString()
DDeviceConfig.java336 case ResTable_config.DENSITY_DPI_NONE: in applyRules()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java330 public static final int DENSITY_DPI_NONE = 0xFFFF; field in ResTable_config
345 map.put(DENSITY_DPI_NONE, "nodpi"); in map.put() argument