Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp152 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
415 localType = ResTable_map::TYPE_ENUM; in compileAttribute()
433 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()
446 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()
447 if (localType == ResTable_map::TYPE_ENUM) { in compileAttribute()
497 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()
498 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()
530 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) { in compileAttribute()
/frameworks/base/include/utils/
DResourceTypes.h1709 TYPE_ENUM = 1<<16, enumerator
/frameworks/base/libs/utils/
DResourceTypes.cpp2909 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
3258 if ((attrType&ResTable_map::TYPE_ENUM) != 0) { in stringToValue()