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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3805 const TypeList& typeConfigs = grp->types[t]; local
3806 if (typeConfigs.isEmpty()) {
3811 const size_t NENTRY = typeConfigs[0]->entryCount;
3814 e, (int)typeConfigs[0]->entryCount);
6075 const Type* typeConfigs = typeList[0]; local
6081 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) {
6387 const Type* typeConfigs = typeList[0]; local
6388 const size_t NTC = typeConfigs->configs.size();
6390 (int)typeIndex, (int)NTC, (int)typeConfigs->entryCount);
6391 if (typeConfigs
[all...]

Completed in 28 milliseconds