Home | History | Annotate | Download | only in aapt

Lines Matching refs:TYPE_ENUM

154     { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
417 localType = ResTable_map::TYPE_ENUM;
435 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
448 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
449 if (localType == ResTable_map::TYPE_ENUM) {
499 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
500 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
532 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {