Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java185 BridgeXmlBlockParser blockParser = new BridgeXmlBlockParser( in getInternalComplexColor() local
192 while ((type = blockParser.next()) != XmlPullParser.START_TAG in getInternalComplexColor()
202 final String name = blockParser.getName(); in getInternalComplexColor()
206 blockParser, blockParser, in getInternalComplexColor()
211 blockParser, blockParser, in getInternalComplexColor()
215 blockParser.ensurePopped(); in getInternalComplexColor()
354 BridgeXmlBlockParser blockParser = getXmlBlockParser(context, value); in getDrawable() local
355 if (blockParser != null) { in getDrawable()
357 return Drawable.createFromXml(context.getResources(), blockParser, theme); in getDrawable()
359 blockParser.ensurePopped(); in getDrawable()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java455 BridgeXmlBlockParser blockParser = new BridgeXmlBlockParser(parser, in inflateView() local
458 pushParser(blockParser); in inflateView()
460 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
493 BridgeXmlBlockParser blockParser = new BridgeXmlBlockParser(parser, in inflateView() local
496 pushParser(blockParser); in inflateView()
498 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()