Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp315 const ResTable::bag_entry* const style_attr_entry = style_attr_finder.Find(cur_ident); in ApplyStyle() local
316 if (style_attr_entry != style_attr_end) { in ApplyStyle()
318 block = style_attr_entry->stringBlock; in ApplyStyle()
320 value = style_attr_entry->map.value; in ApplyStyle()