Searched refs:localType (Results 1 – 1 of 1) sorted by relevance
414 uint32_t localType = 0; in compileAttribute() local416 localType = ResTable_map::TYPE_ENUM; in compileAttribute()418 localType = ResTable_map::TYPE_FLAGS; in compileAttribute()436 attr.type |= localType; in compileAttribute()447 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()448 if (localType == ResTable_map::TYPE_ENUM) { in compileAttribute()