Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DParserFactory.java40 private static XmlParserFactory sParserFactory; field in ParserFactory
43 sParserFactory = parserFactory; in setParserFactory()
55 XmlPullParser parser = sParserFactory.createXmlParserForFile(filePath); in create()
79 if (sParserFactory == null) { in create()
82 XmlPullParser parser = sParserFactory.createXmlParser(); in create()