Searched refs:typeCount (Results 1 – 5 of 5) sorted by relevance
52 int[] typeCount = new int[itemCount]; in FakeAdapter() local67 int index = typeCount[typeIndex]; in FakeAdapter()68 typeCount[typeIndex] += count; in FakeAdapter()
50 int[] typeCount = new int[itemCount]; in createItems() local71 int index = typeCount[typeIndex]; in createItems()72 typeCount[typeIndex] += count; in createItems()
246 const uint32_t typeCount = *map; in idmapLookup() local248 if (type > typeCount) { in idmapLookup()249 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount); in idmapLookup()252 if (typeCount > size) { in idmapLookup()253 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size); in idmapLookup()2335 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { } in PackageGroup()2351 TABLE_NOISY(printf("typeCount=%x\n", typeCount)); in clearBagCache()2352 for (size_t i=0; i<typeCount; i++) { in clearBagCache()2383 size_t typeCount; member2483 int cnt = grp->typeCount; in applyStyle()[all …]
6272 final int typeCount = mViewTypeCount; in markChildrenDirty() local6273 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()6304 final int typeCount = mViewTypeCount; in clear() local6305 for (int i = 0; i < typeCount; i++) { in clear()6570 final int typeCount = mViewTypeCount; in setCacheColorHint() local6571 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
1818 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local1819 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()