Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp416 AnnotationProcessor* attr_processor = index_member->GetCommentBuilder(); in ProcessStyleable() local
419 attr_processor->AppendComment("<p>\n@attr description"); in ProcessStyleable()
420 attr_processor->AppendComment(comment); in ProcessStyleable()
428 attr_processor->AppendComment(default_comment.str()); in ProcessStyleable()
431 attr_processor->AppendNewLine(); in ProcessStyleable()
432 AddAttributeFormatDoc(attr_processor, styleable_attr.symbol.value().attribute.get()); in ProcessStyleable()
433 attr_processor->AppendNewLine(); in ProcessStyleable()
434 attr_processor->AppendComment( in ProcessStyleable()