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.cpp777 config.screenLayout |= ResTable_config::SCREENSIZE_NORMAL; in doDump()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp155 ResTable_config::SCREENSIZE_NORMAL; in parseScreenLayoutSize()
DResourceTypes.cpp2723 if ((requested->screenLayout & MASK_SCREENSIZE) >= SCREENSIZE_NORMAL) { in isBetterThan()
2724 if (fixedMySL == 0) fixedMySL = SCREENSIZE_NORMAL; in isBetterThan()
2725 if (fixedOSL == 0) fixedOSL = SCREENSIZE_NORMAL; in isBetterThan()
3424 case ResTable_config::SCREENSIZE_NORMAL: in toString()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp92 case ConfigDescription::SCREENSIZE_NORMAL: in SerializeConfig()
DProtoDeserialize.cpp111 ConfigDescription::SCREENSIZE_NORMAL; in DeserializeConfigFromPb()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1147 SCREENSIZE_NORMAL = ACONFIGURATION_SCREENSIZE_NORMAL, enumerator
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp449 config.screenLayout |= android::ResTable_config::SCREENSIZE_NORMAL; in DefaultConfig()