Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp310 const StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local
311 return attr_comment_line.contains("@removed") || attr_comment_line.contains("@hide"); in ProcessStyleable()
326 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local
327 styleable_comment << "<td>" << AnnotationProcessor::ExtractFirstSentence(attr_comment_line) in ProcessStyleable()