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.h154 Group<android::ConfigDescription> screen_density_groups; member
162 valid &= IsGroupValid(screen_density_groups, "screen-density-groups", diag); in ValidateVersionCodeOrdering()
191 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
DConfigurationParser.cpp246 if (!CopyXmlReferences(artifact.screen_density_group, config.screen_density_groups, in ToOutputArtifact()
593 OrderedEntry<ConfigDescription>& entry = config->screen_density_groups[label]; in ScreenDensityGroupTagHandler()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp295 return AddGroup(label, &config_.screen_density_groups, configs); in AddDensityGroup()