Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/tests/
DResourceTable_test.cpp31 landConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
34 sw600dpLandConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp34 config.orientation = ResTable_config::ORIENTATION_LAND; in BM_SparseEntryGetResourceHelper()
DLoadedArsc_test.cpp413 ResTable_config::ORIENTATION_LAND && in TEST_P()
DResTable_test.cpp465 config.orientation = ResTable_config::ORIENTATION_LAND; in TEST_P()
/frameworks/base/tools/aapt2/
DConfiguration.proto67 ORIENTATION_LAND = 2; enumerator
/frameworks/base/tools/aapt/
DAaptConfig.cpp500 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp275 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
DResourceTypes.cpp3502 case ResTable_config::ORIENTATION_LAND: in toString()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp156 case ConfigDescription::ORIENTATION_LAND: in SerializeConfig()
DProtoDeserialize.cpp196 out_config->orientation = ConfigDescription::ORIENTATION_LAND; in DeserializeConfigFromPb()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1017 ORIENTATION_LAND = ACONFIGURATION_ORIENTATION_LAND, enumerator