Home
last modified time | relevance | path

Searched refs:notifyItemRangeInserted (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
H A DRangeFilterImplTest.java101 verify(mMockAdapter).notifyItemRangeInserted(1, clampedHeadItemCount); in testRecompute_pivotPointInTheSecondHalf_clampsHeadOnly()
133 verify(mMockAdapter).notifyItemRangeInserted(20 + 1 - 1, clampedTailItemCount); in testRecompute_pivotPointInTheFirstHalf_clampsTailOnly()
214 verify(adapter).notifyItemRangeInserted(maxCount + 1, clampedTailItemCount); in verifyRemoveFilterBothEnds()
215 verify(adapter).notifyItemRangeInserted(1, clampedHeadItemCount); in verifyRemoveFilterBothEnds()
H A DTestDelegatingContentLimitingAdapter.java76 notifyItemRangeInserted(position, items.length); in insertItemRange()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DRangeFilterImpl.java103 mAdapter.notifyItemRangeInserted(mRange.mLimitedCount - 1, in removeFilter()
108 mAdapter.notifyItemRangeInserted(1, mRange.mStartIndex); in removeFilter()
H A DDelegatingContentLimitingAdapter.java155 .notifyItemRangeInserted(positionStart, itemCount); in onItemRangeInserted()
H A DCarUiRecyclerViewImpl.java848 adapter.notifyItemRangeInserted(originalCount, newCount - originalCount); in onRestrictionsChanged()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemGroup.java122 notifyItemRangeInserted(getChildPosition(child), count); in addChild()
232 notifyItemRangeInserted(childPosition + positionStart, itemCount); in onItemRangeInserted()
H A DAbstractItemHierarchy.java92 public void notifyItemRangeInserted(int position, int itemCount) { in notifyItemRangeInserted() method in AbstractItemHierarchy
H A DItem.java122 notifyItemRangeInserted(0, 1); in setVisible()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DUxrPivotFilterImpl.java181 mAdapter.notifyItemRangeInserted(insertPos, insertCount); in updatePivotIndex()
193 mAdapter.notifyItemRangeInserted(insertPos, insertCount); in updatePivotIndex()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DAdapterWrapper.java60 AdapterWrapper.super.notifyItemRangeInserted(positionStart, itemCount);
H A DRecyclerViewImpl.java648 adapter.notifyItemRangeInserted(originalCount, newCount - originalCount); in onRestrictionsChanged()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DItemListRowView.java187 notifyItemRangeInserted(oldSize, newSize - oldSize); in setItemList()
H A DChannelsRowAdapter.java226 notifyItemRangeInserted(currentIndex, numNewChannels); in updateItems()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
H A DAudioFragment.java124 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DGenreFragment.java131 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DSeriesFragment.java135 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DAlbumFragment.java132 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DArtistFragment.java133 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DMovieFragment.java136 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DOtherFragment.java156 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
H A DPlaylistFragment.java139 notifyItemRangeInserted(index + 1, count); in onItemsInserted()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java174 notifyItemRangeInserted(positionStart, itemCount); in onItemRangeInserted()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java91 notifyItemRangeInserted(positionStart, itemCount);
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DHorizontalBreadcrumb.java94 mAdapter.notifyItemRangeInserted(lastItemCount, in show()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryAddonsAdapter.java308 notifyItemRangeInserted(toViewPosition(positionStart), itemCount);

12