Searched refs:DENSITY_DPI_NONE (Results 1 – 3 of 3) sorted by relevance
4 import static android.content.res.Configuration.DENSITY_DPI_NONE;258 case DENSITY_DPI_NONE: in resourceQualifierString()
336 case ResTable_config.DENSITY_DPI_NONE: in applyRules()
330 public static final int DENSITY_DPI_NONE = 0xFFFF; field in ResTable_config345 map.put(DENSITY_DPI_NONE, "nodpi"); in map.put() argument