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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java60 int[] typeCount = new int[itemCount];
75 int index = typeCount[typeIndex];
76 typeCount[typeIndex] += count;
H A DFakeExpandableAdapter.java59 int[] typeCount = new int[itemCount];
80 int index = typeCount[typeIndex];
81 typeCount[typeIndex] += count;
/frameworks/base/cmds/idmap/
H A Dinspect.cpp241 uint32_t typeCount = static_cast<uint32_t>(data16); local
242 while (typeCount > 0) {
243 typeCount--;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2539 const size_t typeCount = p->getOrderedTypes().size(); local
2540 for (size_t ti = 0; ti < typeCount; ti++) {
2568 for (size_t ti = 0; ti < typeCount; ti++) {
4199 const size_t typeCount = types.size(); local
4200 for (size_t ti = 0; ti < typeCount; ti++) {
4468 const size_t typeCount = p->getOrderedTypes().size(); local
4469 for (size_t ti = 0; ti < typeCount; ti++) {
4700 const size_t typeCount = types.size(); local
4701 for (size_t t = 0; t < typeCount; t++) {
/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.java6378 final int typeCount = mViewTypeCount;
6379 for (int i = 0; i < typeCount; i++) {
6413 final int typeCount = mViewTypeCount;
6414 for (int i = 0; i < typeCount; i++) {
6748 final int typeCount = mViewTypeCount;
6749 for (int i = 0; i < typeCount; i++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4224 const size_t typeCount = typeList.size(); local
4225 for (size_t i = 0; i < typeCount; i++) {
5346 const size_t typeCount = packageGroup->types.size(); local
5347 for (size_t j = 0; j < typeCount; j++) {
5490 const size_t typeCount = typeList.size(); local
5491 for (size_t i = 0; i < typeCount; i++) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2494 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length;
2495 for (int i=0; i<typeCount; i++) {

Completed in 1003 milliseconds