Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp443 String16 enumOrFlagsComment; in compileAttribute() local
520 if (enumOrFlagsComment.size() == 0) { in compileAttribute()
521 enumOrFlagsComment.append(mayOrMust(attr.type, in compileAttribute()
523 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()
526 enumOrFlagsComment.append(String16("</p>\n<table>\n" in compileAttribute()
533 enumOrFlagsComment.append(String16("\n<tr><td><code>")); in compileAttribute()
534 enumOrFlagsComment.append(itemIdent); in compileAttribute()
535 enumOrFlagsComment.append(String16("</code></td><td>")); in compileAttribute()
536 enumOrFlagsComment.append(value); in compileAttribute()
537 enumOrFlagsComment.append(String16("</td><td>")); in compileAttribute()
[all …]