Home
last modified time | relevance | path

Searched refs:ORIENTATION_LAND (Results 1 – 8 of 8) 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/tools/aapt2/
DConfiguration.proto68 ORIENTATION_LAND = 2; enumerator
/frameworks/base/tools/aapt/
DAaptConfig.cpp500 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp257 if (out) out->orientation = out->ORIENTATION_LAND; in parseOrientation()
DResourceTypes.cpp3256 case ResTable_config::ORIENTATION_LAND: in toString()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp151 case ConfigDescription::ORIENTATION_LAND: in SerializeConfig()
DProtoDeserialize.cpp194 out_config->orientation = ConfigDescription::ORIENTATION_LAND; in DeserializeConfigFromPb()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h981 ORIENTATION_LAND = ACONFIGURATION_ORIENTATION_LAND, enumerator