Searched refs:BagAttributeFinder (Results 1 – 3 of 3) sorted by relevance
59 public static class BagAttributeFinder { class in AttributeResolution962 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder() method in AttributeResolution9.BagAttributeFinder124 BagAttributeFinder def_style_attr_finder = new BagAttributeFinder(default_style_bag); in ResolveAttrs()289 BagAttributeFinder def_style_attr_finder = new BagAttributeFinder(default_style_bag); in ApplyStyle()300 BagAttributeFinder xml_style_attr_finder = new BagAttributeFinder(xml_style_bag); in ApplyStyle()
63 public static class BagAttributeFinder { class in AttributeResolution1066 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder() method in AttributeResolution10.BagAttributeFinder128 BagAttributeFinder def_style_attr_finder = new BagAttributeFinder(default_style_bag); in ResolveAttrs()293 BagAttributeFinder def_style_attr_finder = new BagAttributeFinder(default_style_bag); in ApplyStyle()304 BagAttributeFinder xml_style_attr_finder = new BagAttributeFinder(xml_style_bag); in ApplyStyle()
21 public static class BagAttributeFinder { class in AttributeResolution26 public BagAttributeFinder(ResTable.bag_entry[] bag_entries, int bagEndIndex) { in BagAttributeFinder() method in AttributeResolution.BagAttributeFinder102 … BagAttributeFinder defStyleAttrFinder = new BagAttributeFinder(defStyleStart.get(), defStyleEnd); in ResolveAttrs()279 BagAttributeFinder defStyleAttrFinder = new BagAttributeFinder(defStyleAttrStart.get(), bagOff); in ApplyStyle()291 BagAttributeFinder styleAttrFinder = new BagAttributeFinder(styleAttrStart.get(), bagOff); in ApplyStyle()