Searched refs:ORIENTATION_PORT (Results 1 – 3 of 3) sorted by relevance
29 import static org.robolectric.res.android.ResTable_config.ORIENTATION_PORT;166 assertThat(config.orientation).isEqualTo(ORIENTATION_PORT); in parse_orientation_port()
603 out.orientation = ResTable_config.ORIENTATION_PORT; in parseOrientation()
408 public static final int ORIENTATION_PORT = ACONFIGURATION_ORIENTATION_PORT; field in ResTable_config