Home | History | Annotate | Download | only in aapt2

Lines Matching refs:styleable

392       {"declare-styleable", std::mem_fn(&ResourceParser::ParseDeclareStyleable)},
1324 // Declare-styleable is kPrivate by default, because it technically only
1328 // Declare-styleable only ends up in default config;
1332 << "' for styleable " << out_resource->name.entry);
1336 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();
1392 styleable->entries.push_back(std::move(child_ref));
1410 out_resource->value = std::move(styleable);