/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/ |
H A D | RangeFilterImplTest.java | 96 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 D | TestDelegatingContentLimitingAdapter.java | 83 notifyItemRangeRemoved(positionStart, itemCount); in removeItemRange()
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
H A D | ItemGroup.java | 141 notifyItemRangeRemoved(childPosition, childCount); in removeChild() 161 notifyItemRangeRemoved(0, numRemoved); in clear() 255 notifyItemRangeRemoved(childPosition + positionStart, itemCount); in onItemRangeRemoved()
|
H A D | AbstractItemHierarchy.java | 128 public void notifyItemRangeRemoved(int position, int itemCount) { in notifyItemRangeRemoved() method in AbstractItemHierarchy
|
H A D | Item.java | 120 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 D | RangeFilterImpl.java | 89 mAdapter.notifyItemRangeRemoved(mRange.mEndIndex, mUnlimitedCount - mRange.mEndIndex); in applyFilter() 92 mAdapter.notifyItemRangeRemoved(0, mRange.mStartIndex); in applyFilter()
|
H A D | DelegatingContentLimitingAdapter.java | 161 .notifyItemRangeRemoved(positionStart, itemCount); in onItemRangeRemoved()
|
H A D | CarUiRecyclerViewImpl.java | 846 adapter.notifyItemRangeRemoved(newCount, originalCount - newCount); in onRestrictionsChanged()
|
/aosp12/packages/apps/Car/Media/src/com/android/car/media/ |
H A D | UxrPivotFilterImpl.java | 186 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 D | AdapterWrapper.java | 65 AdapterWrapper.super.notifyItemRangeRemoved(positionStart, itemCount);
|
H A D | RecyclerViewImpl.java | 646 adapter.notifyItemRangeRemoved(newCount, originalCount - newCount); in onRestrictionsChanged()
|
/aosp12/packages/apps/TV/src/com/android/tv/menu/ |
H A D | ItemListRowView.java | 184 notifyItemRangeRemoved(newSize, oldSize - newSize); in setItemList()
|
H A D | ChannelsRowAdapter.java | 219 notifyItemRangeRemoved(currentIndex, numOldChannels); in updateItems()
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/ |
H A D | AudioFragment.java | 134 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | GenreFragment.java | 141 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | SeriesFragment.java | 145 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | AlbumFragment.java | 142 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | ArtistFragment.java | 143 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | MovieFragment.java | 146 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | OtherFragment.java | 166 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
H A D | PlaylistFragment.java | 149 notifyItemRangeRemoved(index + 1, count); in onItemsRemoved()
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/ |
H A D | RecyclerItemAdapter.java | 197 notifyItemRangeRemoved(positionStart, itemCount); in onItemRangeRemoved()
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
H A D | HeaderRecyclerView.java | 111 notifyItemRangeRemoved(positionStart, itemCount);
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | HorizontalBreadcrumb.java | 98 mAdapter.notifyItemRangeRemoved(currentItemCount, in show()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | DirectoryAddonsAdapter.java | 317 notifyItemRangeRemoved(toViewPosition(positionStart), itemCount);
|