Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/tests/
DResourceTable_test.cpp32 landConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
35 sw600dpLandConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
/frameworks/base/tools/aapt/
DAaptConfig.cpp500 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp263 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h963 ORIENTATION_LAND = ACONFIGURATION_ORIENTATION_LAND, enumerator
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3061 case ResTable_config::ORIENTATION_LAND: in toString()