Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp291 const size_t attr_count = sorted_attributes.size(); in ProcessStyleable() local
292 if (out_class_def != nullptr && attr_count > 0) { in ProcessStyleable()
351 for (size_t i = 0; i < attr_count; i++) { in ProcessStyleable()
388 for (size_t i = 0; i < attr_count; i++) { in ProcessStyleable()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp224 const size_t attr_count = parser->getAttributeCount(); in CopyAttributes() local
225 if (attr_count > 0) { in CopyAttributes()
226 el->attributes.reserve(attr_count); in CopyAttributes()
227 for (size_t i = 0; i < attr_count; i++) { in CopyAttributes()