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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java52 int[] typeCount = new int[itemCount];
67 int index = typeCount[typeIndex];
68 typeCount[typeIndex] += count;
H A DFakeExpandableAdapter.java50 int[] typeCount = new int[itemCount];
71 int index = typeCount[typeIndex];
72 typeCount[typeIndex] += count;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp246 const uint32_t typeCount = *map; local
248 if (type > typeCount) {
249 ALOGW("Resource ID map: type=%d exceeds number of types=%d\n", type, typeCount);
252 if (typeCount > size) {
253 ALOGW("Resource ID map: number of types=%d exceeds size of map=%d\n", typeCount, (int)size);
2376 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { }
2392 TABLE_NOISY(printf("typeCount=%x\n", typeCount));
2393 for (size_t i=0; i<typeCount; i++) {
2424 size_t typeCount; member in struct:android::ResTable::PackageGroup
5196 size_t typeCount = pkg->types.size(); local
5465 size_t typeCount = pkg->types.size(); local
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java1485 final int typeCount = mViewTypeCount;
1486 for (int i = 0; i < typeCount; i++) {
/frameworks/base/core/java/android/widget/
H A DAbsListView.java6190 final int typeCount = mViewTypeCount;
6191 for (int i = 0; i < typeCount; i++) {
6222 final int typeCount = mViewTypeCount;
6223 for (int i = 0; i < typeCount; i++) {
6488 final int typeCount = mViewTypeCount;
6489 for (int i = 0; i < typeCount; i++) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1884 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length;
1885 for (int i=0; i<typeCount; i++) {

Completed in 580 milliseconds