Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp139 longRoundPortConfig.orientation = ResTable_config::ORIENTATION_PORT; in TEST()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp172 if (out) out->orientation = out->ORIENTATION_PORT; in parseOrientation()
/frameworks/base/tools/aapt/
DAaptConfig.cpp436 if (out) out->orientation = out->ORIENTATION_PORT; in parseOrientation()
DCommand.cpp614 config.orientation = ResTable_config::ORIENTATION_PORT; in doDump()
/frameworks/base/include/androidfw/
DResourceTypes.h957 ORIENTATION_PORT = ACONFIGURATION_ORIENTATION_PORT, enumerator
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2819 case ResTable_config::ORIENTATION_PORT: in toString()