Searched refs:typeCount (Results 1 – 8 of 8) sorted by relevance
60 int[] typeCount = new int[itemCount]; in FakeAdapter() local75 int index = typeCount[typeIndex]; in FakeAdapter()76 typeCount[typeIndex] += count; in FakeAdapter()
59 int[] typeCount = new int[itemCount]; in createItems() local80 int index = typeCount[typeIndex]; in createItems()81 typeCount[typeIndex] += count; in createItems()
241 uint32_t typeCount = static_cast<uint32_t>(data16); in parse_data() local242 while (typeCount > 0) { in parse_data()243 typeCount--; in parse_data()
2539 const size_t typeCount = p->getOrderedTypes().size(); in assignResourceIds() local2540 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()2568 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()4199 const size_t typeCount = types.size(); in getConfigList() local4200 for (size_t ti = 0; ti < typeCount; ti++) { in getConfigList()4468 const size_t typeCount = p->getOrderedTypes().size(); in modifyForCompat() local4469 for (size_t ti = 0; ti < typeCount; ti++) { in modifyForCompat()4700 const size_t typeCount = types.size(); in getDensityVaryingResources() local4701 for (size_t t = 0; t < typeCount; t++) { in getDensityVaryingResources()
1485 final int typeCount = mViewTypeCount; in clear() local1486 for (int i = 0; i < typeCount; i++) { in clear()
6378 final int typeCount = mViewTypeCount; in markChildrenDirty() local6379 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()6413 final int typeCount = mViewTypeCount; in clear() local6414 for (int i = 0; i < typeCount; i++) { in clear()6748 final int typeCount = mViewTypeCount; in setCacheColorHint() local6749 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
4224 const size_t typeCount = typeList.size(); in findEntry() local4225 for (size_t i = 0; i < typeCount; i++) { in findEntry()5346 const size_t typeCount = packageGroup->types.size(); in getConfigurations() local5347 for (size_t j = 0; j < typeCount; j++) { in getConfigurations()5490 const size_t typeCount = typeList.size(); in getEntry() local5491 for (size_t i = 0; i < typeCount; i++) { in getEntry()
2494 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local2495 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()