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.java59 int[] typeCount = new int[itemCount];
74 int index = typeCount[typeIndex];
75 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.cpp2627 const size_t typeCount = p->getOrderedTypes().size(); local
2628 for (size_t ti = 0; ti < typeCount; ti++) {
2656 for (size_t ti = 0; ti < typeCount; ti++) {
4310 const size_t typeCount = types.size(); local
4311 for (size_t ti = 0; ti < typeCount; ti++) {
4611 const size_t typeCount = p->getOrderedTypes().size(); local
4612 for (size_t ti = 0; ti < typeCount; ti++) {
4852 const size_t typeCount = types.size(); local
4853 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.java6609 final int typeCount = mViewTypeCount;
6610 for (int i = 0; i < typeCount; i++) {
6644 final int typeCount = mViewTypeCount;
6645 for (int i = 0; i < typeCount; i++) {
7008 final int typeCount = mViewTypeCount;
7009 for (int i = 0; i < typeCount; i++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4664 const size_t typeCount = typeList.size(); local
4665 for (size_t i = 0; i < typeCount; i++) {
5838 const size_t typeCount = packageGroup->types.size(); local
5839 for (size_t j = 0; j < typeCount; j++) {
5984 const size_t typeCount = typeList.size(); local
5985 for (size_t i = 0; i < typeCount; i++) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3067 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length;
3068 for (int i=0; i<typeCount; i++) {

Completed in 1976 milliseconds