Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/split-select/
H A DMain.cpp109 outConfig->orientation = ResTable_config::ORIENTATION_ANY; in removeRuntimeQualifiers()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/
H A DDeviceConfig.java185 if (resTab.orientation != ResTable_config.ORIENTATION_ANY) { in applyToConfiguration()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DAaptConfig.cpp494 if (out) out->orientation = out->ORIENTATION_ANY; in parseOrientation()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp269 if (out) out->orientation = out->ORIENTATION_ANY; in parseOrientation()
H A DResourceTypes.cpp3496 if (orientation != ORIENTATION_ANY) { in toString()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DConfigDescription.java598 out.orientation = ResTable_config.ORIENTATION_ANY; in parseOrientation()
H A DResTable_config.java434 public static final int ORIENTATION_ANY = ACONFIGURATION_ORIENTATION_ANY; field in ResTable_config
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1015 ORIENTATION_ANY = ACONFIGURATION_ORIENTATION_ANY, enumerator