Searched refs:AConfiguration (Results 1 – 2 of 2) sorted by relevance
5 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_ANY;6 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_DEFAULT;7 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_HIGH;8 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_LOW;9 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_MEDIUM;10 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_NONE;11 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_TV;12 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_XHIGH;13 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_XXHIGH;14 import static org.robolectric.res.android.AConfiguration.ACONFIGURATION_DENSITY_XXXHIGH;[all …]
4 public class AConfiguration { class