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.java59 int[] typeCount = new int[itemCount]; in createItems() local
80 int index = typeCount[typeIndex]; in createItems()
81 typeCount[typeIndex] += count; in createItems()
/frameworks/base/tools/aapt/
DResourceTable.cpp2645 const size_t typeCount = p->getOrderedTypes().size(); in assignResourceIds() local
2646 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
2674 for (size_t ti = 0; ti < typeCount; ti++) { in assignResourceIds()
4328 const size_t typeCount = types.size(); in getConfigList() local
4329 for (size_t ti = 0; ti < typeCount; ti++) { in getConfigList()
4630 const size_t typeCount = p->getOrderedTypes().size(); in modifyForCompat() local
4631 for (size_t ti = 0; ti < typeCount; ti++) { in modifyForCompat()
4980 const size_t typeCount = types.size(); in getDensityVaryingResources() local
4981 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.java6810 final int typeCount = mViewTypeCount; in markChildrenDirty() local
6811 for (int i = 0; i < typeCount; i++) { in markChildrenDirty()
6846 final int typeCount = mViewTypeCount; in clear() local
6847 for (int i = 0; i < typeCount; i++) { in clear()
7212 final int typeCount = mViewTypeCount; in setCacheColorHint() local
7213 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5010 const size_t typeCount = typeList.size(); in findEntry() local
5011 for (size_t i = 0; i < typeCount; i++) { in findEntry()
6184 const size_t typeCount = packageGroup->types.size(); in forEachConfiguration() local
6185 for (size_t j = 0; j < typeCount; j++) { in forEachConfiguration()
6392 const size_t typeCount = typeList.size(); in getEntry() local
6393 for (size_t i = 0; i < typeCount; i++) { in getEntry()