Home
last modified time | relevance | path

Searched refs:SCREENSIZE_NORMAL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
DAaptConfig.cpp395 | ResTable_config::SCREENSIZE_NORMAL; in parseScreenLayoutSize()
DCommand.cpp776 config.screenLayout |= ResTable_config::SCREENSIZE_NORMAL; in doDump()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp137 ResTable_config::SCREENSIZE_NORMAL; in parseScreenLayoutSize()
DResourceTypes.cpp2487 if ((requested->screenLayout & MASK_SCREENSIZE) >= SCREENSIZE_NORMAL) { in isBetterThan()
2488 if (fixedMySL == 0) fixedMySL = SCREENSIZE_NORMAL; in isBetterThan()
2489 if (fixedOSL == 0) fixedOSL = SCREENSIZE_NORMAL; in isBetterThan()
3178 case ResTable_config::SCREENSIZE_NORMAL: in toString()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp87 case ConfigDescription::SCREENSIZE_NORMAL: in SerializeConfig()
DProtoDeserialize.cpp109 ConfigDescription::SCREENSIZE_NORMAL; in DeserializeConfigFromPb()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1094 SCREENSIZE_NORMAL = ACONFIGURATION_SCREENSIZE_NORMAL, enumerator
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp329 config.screenLayout |= android::ResTable_config::SCREENSIZE_NORMAL; in DummyConfig()