Home | History | Annotate | Download | only in aapt2

Lines Matching refs:styleable

331             { u"declare-styleable", std::mem_fn(&ResourceParser::parseDeclareStyleable) },
1176 // Declare-styleable is kPrivate by default, because it technically only exists in R.java.
1179 // Declare-styleable only ends up in default config;
1182 << outResource->config << "' for styleable "
1187 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();
1239 styleable->entries.push_back(std::move(childRef));
1256 outResource->value = std::move(styleable);