Home
last modified time | relevance | path

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

/frameworks/base/tools/split-select/
DMain.cpp110 outConfig->orientation = ResTable_config::ORIENTATION_ANY; in removeRuntimeQualifiers()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp194 if (out) out->orientation = out->ORIENTATION_ANY; in parseOrientation()
/frameworks/base/tools/aapt/
DAaptConfig.cpp433 if (out) out->orientation = out->ORIENTATION_ANY; in parseOrientation()
/frameworks/base/include/androidfw/
DResourceTypes.h962 ORIENTATION_ANY = ACONFIGURATION_ORIENTATION_ANY, enumerator
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2924 if (orientation != ORIENTATION_ANY) { in toString()