Home
last modified time | relevance | path

Searched refs:ORIENTATION_SQUARE (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DConfigDescriptionTest.java30 import static org.robolectric.res.android.ResTable_config.ORIENTATION_SQUARE;
178 assertThat(config.orientation).isEqualTo(ORIENTATION_SQUARE); in parse_orientation_square()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java613 out.orientation = ResTable_config.ORIENTATION_SQUARE; in parseOrientation()
DResTable_config.java410 public static final int ORIENTATION_SQUARE = ACONFIGURATION_ORIENTATION_SQUARE; field in ResTable_config