Searched refs:styleableAttr (Results 1 – 1 of 1) sorted by relevance
227 StyleableAttr styleableAttr = {}; in addMembersToStyleableClass() local228 styleableAttr.attrRef = &attr; in addMembersToStyleableClass()229 styleableAttr.fieldName = transformNestedAttr(attr.name.value(), className, in addMembersToStyleableClass()250 styleableAttr.symbol = util::make_unique<SymbolTable::Symbol>(*symbol); in addMembersToStyleableClass()252 sortedAttributes.push_back(std::move(styleableAttr)); in addMembersToStyleableClass()335 for (const StyleableAttr& styleableAttr : sortedAttributes) { in addMembersToStyleableClass() local337 styleableAttr.attrRef->id ? styleableAttr.attrRef->id.value() : ResourceId(0)); in addMembersToStyleableClass()345 const StyleableAttr& styleableAttr = sortedAttributes[i]; in addMembersToStyleableClass() local347 if (!styleableAttr.symbol) { in addMembersToStyleableClass()352 !styleableAttr.symbol->isPublic) { in addMembersToStyleableClass()[all …]