Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3426 const Type* const typeConfigs = basePackage->getType(t); in getBagLocked() local
3428 const size_t NENTRY = typeConfigs->entryCount; in getBagLocked()
3431 e, (int)typeConfigs->entryCount); in getBagLocked()
3844 const Type* const typeConfigs = group->packages[0]->getType(ti); in identifierForName() local
3845 if (typeConfigs == NULL || typeConfigs->configs.size() <= 0) { in identifierForName()
3850 size_t NTC = typeConfigs->configs.size(); in identifierForName()
3852 const ResTable_type* const ty = typeConfigs->configs[tci]; in identifierForName()
3893 *outTypeSpecFlags = typeConfigs->typeSpecFlags[i]; in identifierForName()
5360 const Type* typeConfigs = pkg->getType(typeIndex); in createIdmap() local
5366 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) { in createIdmap()
[all …]