Home
last modified time | relevance | path

Searched refs:ParseDeclareStyleable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.h113 bool ParseDeclareStyleable(xml::XmlPullParser* parser, ParsedResource* out_resource);
DResourceParser.cpp517 {"declare-styleable", std::mem_fn(&ResourceParser::ParseDeclareStyleable)}, in ParseResource()
1644 bool ResourceParser::ParseDeclareStyleable(xml::XmlPullParser* parser, in ParseDeclareStyleable() function in aapt::ResourceParser