Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp378 AnnotationProcessor* attrProcessor = indexMember->getCommentBuilder(); in addMembersToStyleableClass() local
381 attrProcessor->appendComment("<p>\n@attr description"); in addMembersToStyleableClass()
382 attrProcessor->appendComment(comment); in addMembersToStyleableClass()
390 attrProcessor->appendComment(defaultComment.str()); in addMembersToStyleableClass()
393 attrProcessor->appendNewLine(); in addMembersToStyleableClass()
395 addAttributeFormatDoc(attrProcessor, styleableAttr.symbol->attribute.get()); in addMembersToStyleableClass()
396 attrProcessor->appendNewLine(); in addMembersToStyleableClass()
400 attrProcessor->appendComment(doclavaName.str()); in addMembersToStyleableClass()