Searched refs:SCREENROUND_YES (Results 1 – 3 of 3) sorted by relevance
33 import static org.robolectric.res.android.ResTable_config.SCREENROUND_YES;154 assertThat(config.screenLayout2).isEqualTo((byte) SCREENROUND_YES); in parse_screenRound_round()
535 ResTable_config.SCREENROUND_YES); in parseScreenRound()
459 public static final int SCREENROUND_YES = ACONFIGURATION_SCREENROUND_YES; field in ResTable_config