Home
last modified time | relevance | path

Searched refs:typeCount (Results 1 – 8 of 8) 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/cmds/idmap/
Dinspect.cpp241 uint32_t typeCount = static_cast<uint32_t>(data16); in parse_data() local
242 while (typeCount > 0) { in parse_data()
243 typeCount--; in parse_data()
/frameworks/base/tools/aapt/
DResourceTable.cpp2539 const size_t typeCount = p->getOrderedTypes().size(); in assignResourceIds() local
2540 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
2568 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
4199 const size_t typeCount = types.size(); in getConfigList() local
4200 for (size_t ti = 0; ti < typeCount; ti++) { in getConfigList()
4468 const size_t typeCount = p->getOrderedTypes().size(); in modifyForCompat() local
4469 for (size_t ti = 0; ti < typeCount; ti++) { in modifyForCompat()
4700 const size_t typeCount = types.size(); in getDensityVaryingResources() local
4701 for (size_t t = 0; t < typeCount; t++) { in getDensityVaryingResources()
/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.java6378 final int typeCount = mViewTypeCount; in markChildrenDirty() local
6379 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()
6413 final int typeCount = mViewTypeCount; in clear() local
6414 for (int i = 0; i < typeCount; i++) { in clear()
6748 final int typeCount = mViewTypeCount; in setCacheColorHint() local
6749 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4224 const size_t typeCount = typeList.size(); in findEntry() local
4225 for (size_t i = 0; i < typeCount; i++) { in findEntry()
5346 const size_t typeCount = packageGroup->types.size(); in getConfigurations() local
5347 for (size_t j = 0; j < typeCount; j++) { in getConfigurations()
5490 const size_t typeCount = typeList.size(); in getEntry() local
5491 for (size_t i = 0; i < typeCount; i++) { in getEntry()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2494 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length; in interceptKeyBeforeDispatching() local
2495 for (int i=0; i<typeCount; i++) { in interceptKeyBeforeDispatching()