Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java59 public static class BagAttributeFinder { class in AttributeResolution9
62 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder() method in AttributeResolution9.BagAttributeFinder
124 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()
DAttributeResolution10.java63 public static class BagAttributeFinder { class in AttributeResolution10
66 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder() method in AttributeResolution10.BagAttributeFinder
128 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()
DAttributeResolution.java21 public static class BagAttributeFinder { class in AttributeResolution
26 public BagAttributeFinder(ResTable.bag_entry[] bag_entries, int bagEndIndex) { in BagAttributeFinder() method in AttributeResolution.BagAttributeFinder
102BagAttributeFinder 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()