Home
last modified time | relevance | path

Searched refs:SCREENLONG_YES (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp139 longConfig.screenLayout = ResTable_config::SCREENLONG_YES; in TEST()
173 deviceConfig.screenLayout = ResTable_config::SCREENLONG_YES; in TEST()
179 targetConfigB.screenLayout = ResTable_config::SCREENLONG_YES; in TEST()
/aosp14/frameworks/base/tools/aapt/
H A DAaptConfig.cpp421 | ResTable_config::SCREENLONG_YES; in parseScreenLayoutLong()
/aosp14/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp185 ResTable_config::SCREENLONG_YES; in parseScreenLayoutLong()
H A DResourceTypes.cpp3357 case ResTable_config::SCREENLONG_YES: in toString()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp109 case ConfigDescription::SCREENLONG_YES: in SerializeConfig()
H A DProtoDeserialize.cpp131 ConfigDescription::SCREENLONG_YES; in DeserializeConfigFromPb()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1150 SCREENLONG_YES = ACONFIGURATION_SCREENLONG_YES << SHIFT_SCREENLONG, enumerator