Home | History | Annotate | Download | only in androidfw

Lines Matching defs:configurations

210   std::set<ResTable_config> configurations;
216 package.loaded_package_->CollectConfigurations(exclude_mipmap, &configurations);
219 return configurations;
350 // and we don't need to match the configurations, since they already matched.
377 // If the package is an overlay, then even configurations that are the same MUST be chosen.
382 const std::vector<ResTable_config>& candidate_configs = filtered_group.configurations;
388 // configurations that do NOT match have been filtered-out.
407 // This is the slower path, which doesn't use the filtered list of configurations.
410 // Furthermore when selecting configurations we can't just record the pointer to the
845 group.configurations.push_back(this_config);