Home
last modified time | relevance | path

Searched refs:notifyItemRangeRemoved (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.java96 verify(mMockAdapter).notifyItemRangeRemoved(0, clampedHeadItemCount); in testRecompute_pivotPointInTheSecondHalf_clampsHeadOnly()
127 verify(mMockAdapter).notifyItemRangeRemoved( in testRecompute_pivotPointInTheFirstHalf_clampsTailOnly()
197 verify(adapter).notifyItemRangeRemoved( in verifyFilterBothEnds()
199 verify(adapter).notifyItemRangeRemoved(0, clampedHeadItemCount); in verifyFilterBothEnds()
H A DTestDelegatingContentLimitingAdapter.java83 notifyItemRangeRemoved(positionStart, itemCount); in removeItemRange()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemGroup.java141 notifyItemRangeRemoved(childPosition, childCount); in removeChild()
161 notifyItemRangeRemoved(0, numRemoved); in clear()
255 notifyItemRangeRemoved(childPosition + positionStart, itemCount); in onItemRangeRemoved()
H A DAbstractItemHierarchy.java128 public void notifyItemRangeRemoved(int position, int itemCount) { in notifyItemRangeRemoved() method in AbstractItemHierarchy
H A DItem.java120 notifyItemRangeRemoved(0, 1); in setVisible()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DRangeFilterImpl.java89 mAdapter.notifyItemRangeRemoved(mRange.mEndIndex, mUnlimitedCount - mRange.mEndIndex); in applyFilter()
92 mAdapter.notifyItemRangeRemoved(0, mRange.mStartIndex); in applyFilter()
H A DDelegatingContentLimitingAdapter.java161 .notifyItemRangeRemoved(positionStart, itemCount); in onItemRangeRemoved()
H A DCarUiRecyclerViewImpl.java846 adapter.notifyItemRangeRemoved(newCount, originalCount - newCount); in onRestrictionsChanged()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DUxrPivotFilterImpl.java186 mAdapter.notifyItemRangeRemoved(delPos, delCount); in updatePivotIndex()
198 mAdapter.notifyItemRangeRemoved(delPos, delCount); in updatePivotIndex()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DAdapterWrapper.java65 AdapterWrapper.super.notifyItemRangeRemoved(positionStart, itemCount);
H A DRecyclerViewImpl.java646 adapter.notifyItemRangeRemoved(newCount, originalCount - newCount); in onRestrictionsChanged()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DItemListRowView.java184 notifyItemRangeRemoved(newSize, oldSize - newSize); in setItemList()
H A DChannelsRowAdapter.java219 notifyItemRangeRemoved(currentIndex, numOldChannels); in updateItems()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
H A DAudioFragment.java134 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DGenreFragment.java141 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DSeriesFragment.java145 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DAlbumFragment.java142 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DArtistFragment.java143 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DMovieFragment.java146 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DOtherFragment.java166 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
H A DPlaylistFragment.java149 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java197 notifyItemRangeRemoved(positionStart, itemCount); in onItemRangeRemoved()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java111 notifyItemRangeRemoved(positionStart, itemCount);
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DHorizontalBreadcrumb.java98 mAdapter.notifyItemRangeRemoved(currentItemCount, in show()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryAddonsAdapter.java317 notifyItemRangeRemoved(toViewPosition(positionStart), itemCount);

12