Home | History | Annotate | Download | only in aapt2

Lines Matching defs:styleable

709         } else if (name == u"declare-styleable") {
1339 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();
1374 styleable->entries.emplace_back(attrResourceName);
1388 << "> is not allowed inside <declare-styleable>."
1398 return mTable->addResource(resourceName, mConfig, source, std::move(styleable));