Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DConfigDescriptionTest.java29 import static org.robolectric.res.android.ResTable_config.ORIENTATION_PORT;
166 assertThat(config.orientation).isEqualTo(ORIENTATION_PORT); in parse_orientation_port()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java603 out.orientation = ResTable_config.ORIENTATION_PORT; in parseOrientation()
DResTable_config.java408 public static final int ORIENTATION_PORT = ACONFIGURATION_ORIENTATION_PORT; field in ResTable_config