Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp304 const size_t xml_attr_idx = xml_attr_finder.Find(cur_ident); in ApplyStyle() local
305 if (xml_attr_idx != xml_attr_end) { in ApplyStyle()
307 xml_parser->getAttributeValue(xml_attr_idx, &value); in ApplyStyle()