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.cpp307 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local
308 return SkipSymbol(entry.symbol) || attr_comment_line.contains("@removed") in ProcessStyleable()
309 || attr_comment_line.contains("@hide"); in ProcessStyleable()
324 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local
325 styleable_comment << "<td>" << AnnotationProcessor::ExtractFirstSentence(attr_comment_line) in ProcessStyleable()