Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution10.java296 ResolvedBag xml_style_bag = null; in ApplyStyle() local
298 xml_style_bag = assetmanager.GetBag(style_resid); in ApplyStyle()
299 if (xml_style_bag != null) { in ApplyStyle()
300 style_flags.set(style_flags.get() | xml_style_bag.type_spec_flags); in ApplyStyle()
304 BagAttributeFinder xml_style_attr_finder = new BagAttributeFinder(xml_style_bag); in ApplyStyle()
DAttributeResolution9.java292 ResolvedBag xml_style_bag = null; in ApplyStyle() local
294 xml_style_bag = assetmanager.GetBag(style_resid); in ApplyStyle()
295 if (xml_style_bag != null) { in ApplyStyle()
296 style_flags.set(style_flags.get() | xml_style_bag.type_spec_flags); in ApplyStyle()
300 BagAttributeFinder xml_style_attr_finder = new BagAttributeFinder(xml_style_bag); in ApplyStyle()