Home
last modified time | relevance | path

Searched refs:screen_density_groups (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.internal.h155 Group<android::ConfigDescription> screen_density_groups; member
163 valid &= IsGroupValid(screen_density_groups, "screen-density-groups", diag); in ValidateVersionCodeOrdering()
192 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
H A DConfigurationParser.cpp241 if (!CopyXmlReferences(artifact.screen_density_group, config.screen_density_groups, in ToOutputArtifact()
588 OrderedEntry<ConfigDescription>& entry = config->screen_density_groups[label]; in ScreenDensityGroupTagHandler()
/aosp14/frameworks/base/tools/aapt2/test/
H A DBuilders.cpp283 return AddGroup(label, &config_.screen_density_groups, configs); in AddDensityGroup()