Searched refs:ORIENTATION_LAND (Results 1 – 3 of 3) sorted by relevance
28 import static org.robolectric.res.android.ResTable_config.ORIENTATION_LAND;172 assertThat(config.orientation).isEqualTo(ORIENTATION_LAND); in parse_orientation_land()
608 out.orientation = ResTable_config.ORIENTATION_LAND; in parseOrientation()
409 public static final int ORIENTATION_LAND = ACONFIGURATION_ORIENTATION_LAND; field in ResTable_config