Home
last modified time | relevance | path

Searched refs:parseStyleable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DBinaryResourceParser.h92 std::unique_ptr<Styleable> parseStyleable(const ResourceNameRef& name,
DBinaryResourceParser.cpp745 return parseStyleable(name, config, map); in parseMapEntry()
846 std::unique_ptr<Styleable> BinaryResourceParser::parseStyleable(const ResourceNameRef& name, in parseStyleable() function in aapt::BinaryResourceParser
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java254 parseStyleable(); in init()
326 private static void parseStyleable() throws Exception { in parseStyleable() method in Bridge