Searched refs:SCREENSIZE_SMALL (Results 1 – 3 of 3) sorted by relevance
36 import static org.robolectric.res.android.ResTable_config.SCREENSIZE_SMALL;102 assertThat(config.screenLayout).isEqualTo(SCREENSIZE_SMALL); in parse_screenSize_small()
472 ResTable_config.SCREENSIZE_SMALL; in parseScreenLayoutSize()
231 public static final int SCREENSIZE_SMALL = ACONFIGURATION_SCREENSIZE_SMALL; field in ResTable_config