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

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp381 AnnotationProcessor* attr_processor = index_member->GetCommentBuilder(); local
384 attr_processor->AppendComment("<p>\n@attr description");
385 attr_processor->AppendComment(comment);
393 attr_processor->AppendComment(default_comment.str());
396 attr_processor->AppendNewLine();
397 AddAttributeFormatDoc(attr_processor, styleable_attr.symbol.value().attribute.get());
398 attr_processor->AppendNewLine();
399 attr_processor->AppendComment(

Completed in 1697 milliseconds