Home | History | Annotate | Download | only in aapt2

Lines Matching defs:config

72     ConfigDescription config;
101 // Attach the comment, source and config to the value.
105 if (!table->addResource(res->name, res->id, res->config, res->product,
125 const ConfigDescription& config,
127 mDiag(diag), mTable(table), mSource(source), mConfig(config), mOptions(options) {
271 parsedResource.config = mConfig;
746 if (outResource->config != ConfigDescription::defaultConfig()) {
748 << outResource->config << "' for attribute " << outResource->name);
749 outResource->config = ConfigDescription::defaultConfig();
1189 // Declare-styleable only ends up in default config;
1190 if (outResource->config != ConfigDescription::defaultConfig()) {
1192 << outResource->config << "' for styleable "
1194 outResource->config = ConfigDescription::defaultConfig();