Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp410 String16 enumOrFlagsComment; in compileAttribute() local
496 if (enumOrFlagsComment.size() == 0) { in compileAttribute()
497 enumOrFlagsComment.append(mayOrMust(attr.type, in compileAttribute()
499 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()
502 enumOrFlagsComment.append(String16("</p>\n<table>\n" in compileAttribute()
509 enumOrFlagsComment.append(String16("\n<tr><td><code>")); in compileAttribute()
510 enumOrFlagsComment.append(itemIdent); in compileAttribute()
511 enumOrFlagsComment.append(String16("</code></td><td>")); in compileAttribute()
512 enumOrFlagsComment.append(value); in compileAttribute()
513 enumOrFlagsComment.append(String16("</td><td>")); in compileAttribute()
[all …]