Searched refs:xml_style_bag (Results 1 – 2 of 2) sorted by relevance
296 ResolvedBag xml_style_bag = null; in ApplyStyle() local298 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()
292 ResolvedBag xml_style_bag = null; in ApplyStyle() local294 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()