Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.h129 bool ParseDeclareStyleable(xml::XmlPullParser* parser, ParsedResource* out_resource);
H A DResourceParser.cpp533 {"declare-styleable", std::mem_fn(&ResourceParser::ParseDeclareStyleable)}, in ParseResource()
1731 bool ResourceParser::ParseDeclareStyleable(xml::XmlPullParser* parser, in ParseDeclareStyleable() function in aapt::ResourceParser