Searched refs:typeCount (Results 1 – 6 of 6) 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()
245 const uint32_t typeCount = *map; in idmapLookup() local247 if (type > typeCount) { in idmapLookup()248 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount); in idmapLookup()251 if (typeCount > size) { in idmapLookup()252 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size); in idmapLookup()2516 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { } in PackageGroup()2532 TABLE_NOISY(printf("typeCount=%x\n", typeCount)); in clearBagCache()2533 for (size_t i=0; i<typeCount; i++) { in clearBagCache()2564 size_t typeCount; member2664 int cnt = grp->typeCount; in applyStyle()[all …]
1485 final int typeCount = mViewTypeCount; in clear() local1486 for (int i = 0; i < typeCount; i++) { in clear()
6525 final int typeCount = mViewTypeCount; in markChildrenDirty() local6526 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()6563 final int typeCount = mViewTypeCount; in clear() local6564 for (int i = 0; i < typeCount; i++) { in clear()6907 final int typeCount = mViewTypeCount; in setCacheColorHint() local6908 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
2041 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local2042 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()