Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h153 Group<android::ConfigDescription> screen_density_groups; member
161 valid &= IsGroupValid(screen_density_groups, "screen-density-groups", diag); in ValidateVersionCodeOrdering()
190 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
DConfigurationParser.cpp247 if (!CopyXmlReferences(artifact.screen_density_group, config.screen_density_groups, in ToOutputArtifact()
591 OrderedEntry<ConfigDescription>& entry = config->screen_density_groups[label]; in ScreenDensityGroupTagHandler()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp285 return AddGroup(label, &config_.screen_density_groups, configs); in AddDensityGroup()