Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp436 uint32_t localType = 0; in compileAttribute() local
438 localType = ResTable_map::TYPE_ENUM; in compileAttribute()
440 localType = ResTable_map::TYPE_FLAGS; in compileAttribute()
458 attr.type |= localType; in compileAttribute()
469 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()
470 if (localType == ResTable_map::TYPE_ENUM) { in compileAttribute()