Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp422 std::stringstream default_comment; in ProcessStyleable() local
423 default_comment << "<p>This symbol is the offset where the " in ProcessStyleable()
428 attr_processor->AppendComment(default_comment.str()); in ProcessStyleable()