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.cpp242 uint32_t typeCount = static_cast<uint32_t>(data16); local
243 while (typeCount > 0) {
244 typeCount--;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2648 const size_t typeCount = p->getOrderedTypes().size(); local
2649 for (size_t ti = 0; ti < typeCount; ti++) {
2677 for (size_t ti = 0; ti < typeCount; ti++) {
4331 const size_t typeCount = types.size(); local
4332 for (size_t ti = 0; ti < typeCount; ti++) {
4633 const size_t typeCount = p->getOrderedTypes().size(); local
4634 for (size_t ti = 0; ti < typeCount; ti++) {
4979 const size_t typeCount = types.size(); local
4980 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.java6666 final int typeCount = mViewTypeCount;
6667 for (int i = 0; i < typeCount; i++) {
6701 final int typeCount = mViewTypeCount;
6702 for (int i = 0; i < typeCount; i++) {
7067 final int typeCount = mViewTypeCount;
7068 for (int i = 0; i < typeCount; i++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4779 const size_t typeCount = typeList.size(); local
4780 for (size_t i = 0; i < typeCount; i++) {
5953 const size_t typeCount = packageGroup->types.size(); local
5954 for (size_t j = 0; j < typeCount; j++) {
6102 const size_t typeCount = typeList.size(); local
6103 for (size_t i = 0; i < typeCount; i++) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3425 final int typeCount = WINDOW_TYPES_WHERE_HOME_DOESNT_WORK.length;
3426 for (int i=0; i<typeCount; i++) {

Completed in 308 milliseconds