Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAttributeResolution_bench.cpp105 device_config.orientation = ResTable_config::ORIENTATION_PORT; in BM_ApplyStyleFramework()
DConfig_test.cpp142 longRoundPortConfig.orientation = ResTable_config::ORIENTATION_PORT; in TEST()
/frameworks/base/tools/aapt2/
DConfiguration.proto67 ORIENTATION_PORT = 1; enumerator
/frameworks/base/tools/aapt/
DAaptConfig.cpp497 if (out) out->orientation = out->ORIENTATION_PORT; in parseOrientation()
DCommand.cpp770 config.orientation = ResTable_config::ORIENTATION_PORT; in doDump()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp254 if (out) out->orientation = out->ORIENTATION_PORT; in parseOrientation()
DResourceTypes.cpp3253 case ResTable_config::ORIENTATION_PORT: in toString()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp147 case ConfigDescription::ORIENTATION_PORT: in SerializeConfig()
DProtoDeserialize.cpp190 out_config->orientation = ConfigDescription::ORIENTATION_PORT; in DeserializeConfigFromPb()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h980 ORIENTATION_PORT = ACONFIGURATION_ORIENTATION_PORT, enumerator
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp323 config.orientation = android::ResTable_config::ORIENTATION_PORT; in DummyConfig()