Searched defs:styleableAttr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp227 StyleableAttr styleableAttr = {}; local
228 styleableAttr.attrRef = &attr;
229 styleableAttr.fieldName = transformNestedAttr(attr.name.value(), className,
250 styleableAttr.symbol = util::make_unique<SymbolTable::Symbol>(*symbol);
252 sortedAttributes.push_back(std::move(styleableAttr));
335 for (const StyleableAttr& styleableAttr : sortedAttributes) {
337 styleableAttr.attrRef->id ? styleableAttr.attrRef->id.value() : ResourceId(0));
345 const StyleableAttr& styleableAttr = sortedAttributes[i]; local
347 if (!styleableAttr
[all...]

Completed in 1277 milliseconds