Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp241 const auto xml_style_bag = GetXmlStyleBag(theme, xml_parser, &def_style_theme_flags); in ApplyStyle() local
242 if (IsIOError(xml_style_bag)) { in ApplyStyle()
243 return base::unexpected(GetIOError(xml_style_bag.error())); in ApplyStyle()
247 BagAttributeFinder xml_style_attr_finder(xml_style_bag.value_or(nullptr)); in ApplyStyle()
279 value = AssetManager2::SelectedValue(*xml_style_bag, *entry); in ApplyStyle()