/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
H A D | FakeAdapter.java | 59 int[] typeCount = new int[itemCount]; in FakeAdapter() local 74 int index = typeCount[typeIndex]; in FakeAdapter() 75 typeCount[typeIndex] += count; in FakeAdapter()
|
H A D | FakeExpandableAdapter.java | 58 int[] typeCount = new int[itemCount]; in createItems() local 79 int index = typeCount[typeIndex]; in createItems() 80 typeCount[typeIndex] += count; in createItems()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactModifier.java | 155 if (typeCount == null) { in getValidTypes() 157 typeCount = getTypeFrequencies(state, kind); in getValidTypes() 163 final int overallCount = typeCount.get(FREQUENCY_TOTAL); in getValidTypes() 191 final SparseIntArray typeCount = new SparseIntArray(); in getTypeFrequencies() local 195 if (mimeEntries == null) return typeCount; in getTypeFrequencies() 205 final int count = typeCount.get(type.rawValue); in getTypeFrequencies() 206 typeCount.put(type.rawValue, count + 1); in getTypeFrequencies() 209 typeCount.put(FREQUENCY_TOTAL, totalCount); in getTypeFrequencies() 210 return typeCount; in getTypeFrequencies() 294 typeCount, /*checkOverall=*/ true); in getBestValidType() [all …]
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | SystemStatus.h | 537 uint8_t typeCount = 0; in collate() local 544 typeCount++; in collate() 549 typeCount--; in collate() 555 deletedIndex, lastValidIndex, typeCount); in collate() 562 if (0 == typeCount) { in collate()
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | SystemStatus.h | 539 uint8_t typeCount = 0; in collate() local 546 typeCount++; in collate() 551 typeCount--; in collate() 557 deletedIndex, lastValidIndex, typeCount); in collate() 564 if (0 == typeCount) { in collate()
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | SystemStatus.h | 544 uint8_t typeCount = 0; in collate() local 554 typeCount++; in collate() 565 deletedIndex, lastValidIndex, typeCount); in collate() 572 if (0 == typeCount) { in collate()
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | SystemStatus.h | 544 uint8_t typeCount = 0; in collate() local 554 typeCount++; in collate() 565 deletedIndex, lastValidIndex, typeCount); in collate() 572 if (0 == typeCount) { in collate()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/ |
H A D | GalleryThumbnailView.java | 799 final int typeCount = mViewTypeCount; in clear() local 800 for (int i = 0; i < typeCount; i++) { in clear()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 2645 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()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | ScrollAdapterView.java | 189 int typeCount = adapter.getViewTypeCount(); in updateAdapter() local 190 if (mViews == null || typeCount != mViews.length) { in updateAdapter() 191 mViews = new List[typeCount]; in updateAdapter() 192 for (int i = 0; i < typeCount; i++) { in updateAdapter()
|
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 1485 final int typeCount = mViewTypeCount; in clear() local 1486 for (int i = 0; i < typeCount; i++) { in clear()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 6888 final int typeCount = mViewTypeCount; in markChildrenDirty() local 6889 for (int i = 0; i < typeCount; i++) { in markChildrenDirty() 6924 final int typeCount = mViewTypeCount; in clear() local 6925 for (int i = 0; i < typeCount; i++) { in clear() 7290 final int typeCount = mViewTypeCount; in setCacheColorHint() local 7291 for (int i = 0; i < typeCount; i++) { in setCacheColorHint()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 5123 const size_t typeCount = typeList.size(); in findEntry() local 5124 for (size_t i = 0; i < typeCount; i++) { in findEntry() 6298 const size_t typeCount = packageGroup->types.size(); in forEachConfiguration() local 6299 for (size_t j = 0; j < typeCount; j++) { in forEachConfiguration() 6501 const size_t typeCount = typeList.size(); in getEntry() local 6502 for (size_t i = 0; i < typeCount; i++) { in getEntry()
|