Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java177 if (resTab.orientation != ResTable_config.ORIENTATION_ANY) { in applyToConfiguration()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java598 out.orientation = ResTable_config.ORIENTATION_ANY; in parseOrientation()
DResTable_config.java407 public static final int ORIENTATION_ANY = ACONFIGURATION_ORIENTATION_ANY; field in ResTable_config