Searched refs:ORIENTATION_SQUARE (Results 1 – 3 of 3) sorted by relevance
30 import static org.robolectric.res.android.ResTable_config.ORIENTATION_SQUARE;178 assertThat(config.orientation).isEqualTo(ORIENTATION_SQUARE); in parse_orientation_square()
613 out.orientation = ResTable_config.ORIENTATION_SQUARE; in parseOrientation()
410 public static final int ORIENTATION_SQUARE = ACONFIGURATION_ORIENTATION_SQUARE; field in ResTable_config