Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java60 int[] typeCount = new int[itemCount]; in FakeAdapter() local
75 int index = typeCount[typeIndex]; in FakeAdapter()
76 typeCount[typeIndex] += count; in FakeAdapter()
DFakeExpandableAdapter.java59 int[] typeCount = new int[itemCount]; in createItems() local
80 int index = typeCount[typeIndex]; in createItems()
81 typeCount[typeIndex] += count; in createItems()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp245 const uint32_t typeCount = *map; in idmapLookup() local
247 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; member
2664 int cnt = grp->typeCount; in applyStyle()
[all …]
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java1485 final int typeCount = mViewTypeCount; in clear() local
1486 for (int i = 0; i < typeCount; i++) { in clear()
/frameworks/base/core/java/android/widget/
DAbsListView.java6525 final int typeCount = mViewTypeCount; in markChildrenDirty() local
6526 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()
6563 final int typeCount = mViewTypeCount; in clear() local
6564 for (int i = 0; i < typeCount; i++) { in clear()
6907 final int typeCount = mViewTypeCount; in setCacheColorHint() local
6908 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2041 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local
2042 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()