Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp51 class BagAttributeFinder class
52 : public BackTrackingAttributeFinder<BagAttributeFinder, const ResolvedBag::Entry*> {
54 explicit BagAttributeFinder(const ResolvedBag* bag) in BagAttributeFinder() function in android::BagAttributeFinder
98 BagAttributeFinder def_style_attr_finder(default_style_bag); in ResolveAttrs()
258 BagAttributeFinder def_style_attr_finder(default_style_bag); in ApplyStyle()
269 BagAttributeFinder xml_style_attr_finder(xml_style_bag); in ApplyStyle()