Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DXmlFlattener.cpp227 const Attribute* xmlAttr = nullptr; member
259 attrToFlatten.xmlAttr = &attr; in writeAttributes()
314 attrToFlatten.xmlAttr->namespaceUri); in writeAttributes()
317 if (package && package.value() == u"android" && attrToFlatten.xmlAttr->name == u"id") { in writeAttributes()
319 } else if (attrToFlatten.xmlAttr->namespaceUri.empty()) { in writeAttributes()
320 if (attrToFlatten.xmlAttr->name == u"class") { in writeAttributes()
322 } else if (attrToFlatten.xmlAttr->name == u"style") { in writeAttributes()
329 addString(attrToFlatten.xmlAttr->namespaceUri, kLowPriority, &flatAttr->ns); in writeAttributes()
333 addString(attrToFlatten.xmlAttr->name, kLowPriority, &flatAttr->name); in writeAttributes()
346 attrToFlatten.xmlAttr->name, in writeAttributes()
[all …]