Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java52 int[] typeCount = new int[itemCount]; in FakeAdapter() local
67 int index = typeCount[typeIndex]; in FakeAdapter()
68 typeCount[typeIndex] += count; in FakeAdapter()
DFakeExpandableAdapter.java50 int[] typeCount = new int[itemCount]; in createItems() local
71 int index = typeCount[typeIndex]; in createItems()
72 typeCount[typeIndex] += count; in createItems()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp246 const uint32_t typeCount = *map; in idmapLookup() local
248 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; member
2483 int cnt = grp->typeCount; in applyStyle()
[all …]
/frameworks/base/core/java/android/widget/
DAbsListView.java6272 final int typeCount = mViewTypeCount; in markChildrenDirty() local
6273 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()
6304 final int typeCount = mViewTypeCount; in clear() local
6305 for (int i = 0; i < typeCount; i++) { in clear()
6570 final int typeCount = mViewTypeCount; in setCacheColorHint() local
6571 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1818 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local
1819 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()