Searched refs:DENSITY_XXHIGH (Results 1 – 3 of 3) sorted by relevance
11 import static org.robolectric.res.android.ResTable_config.DENSITY_XXHIGH;262 assertThat(config.density).isEqualTo(DENSITY_XXHIGH); in parse_density_xxhdpi()
752 out.density = ResTable_config.DENSITY_XXHIGH; in parseDensity()
252 public static final int DENSITY_XXHIGH = ACONFIGURATION_DENSITY_XXHIGH; field in ResTable_config