Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java59 int[] typeCount = new int[itemCount]; in FakeAdapter() local
74 int index = typeCount[typeIndex]; in FakeAdapter()
75 typeCount[typeIndex] += count; in FakeAdapter()
DFakeExpandableAdapter.java58 int[] typeCount = new int[itemCount]; in createItems() local
79 int index = typeCount[typeIndex]; in createItems()
80 typeCount[typeIndex] += count; in createItems()
/frameworks/base/tools/aapt/
DResourceTable.cpp2646 const size_t typeCount = p->getOrderedTypes().size(); in assignResourceIds() local
2647 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
2675 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
4321 const size_t typeCount = types.size(); in getConfigList() local
4322 for (size_t ti = 0; ti < typeCount; ti++) { in getConfigList()
4623 const size_t typeCount = p->getOrderedTypes().size(); in modifyForCompat() local
4624 for (size_t ti = 0; ti < typeCount; ti++) { in modifyForCompat()
4973 const size_t typeCount = types.size(); in getDensityVaryingResources() local
4974 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.java7205 final int typeCount = mViewTypeCount; in markChildrenDirty() local
7206 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()
7241 final int typeCount = mViewTypeCount; in clear() local
7242 for (int i = 0; i < typeCount; i++) { in clear()
7612 final int typeCount = mViewTypeCount; in setCacheColorHint() local
7613 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5247 const size_t typeCount = typeList.size(); in findEntry() local
5248 for (size_t i = 0; i < typeCount; i++) { in findEntry()
6451 const size_t typeCount = packageGroup->types.size(); in forEachConfiguration() local
6452 for (size_t j = 0; j < typeCount; j++) { in forEachConfiguration()
6654 const size_t typeCount = typeList.size(); in getEntry() local
6655 for (size_t i = 0; i < typeCount; i++) { in getEntry()