Home
last modified time | relevance | path

Searched refs:deleteAndNotify (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerWrapContentTest.java62 mTestAdapter.deleteAndNotify(3, 3); in deletion()
68 mTestAdapter.deleteAndNotify(3, 3); in deletion()
74 mTestAdapter.deleteAndNotify(1, 2); in deletion()
DRecyclerViewAnimationsTest.java304 mTestAdapter.deleteAndNotify(1, 1); in dontLayoutReusedViewWithPredictive()
377 mTestAdapter.deleteAndNotify(2, 1); in reuseHiddenViewWithPredictive()
420 mTestAdapter.deleteAndNotify(2, 1); in reuseHiddenViewWithProperPredictive()
517 adapter.deleteAndNotify(2, 1); in reuseHiddenViewTest()
541 mTestAdapter.deleteAndNotify(3, 4); in detachBeforeAnimations()
587 mTestAdapter.deleteAndNotify(1, 1); in moveDeleted()
631 mTestAdapter.deleteAndNotify(0, 1); in runTestImportantForAccessibilityWhileDeteling()
807 mTestAdapter.deleteAndNotify(3, 1); in addRemoveSamePass()
922 mTestAdapter.deleteAndNotify(changedIndex + 2, 1); in changeAnimTest()
1114 mTestAdapter.deleteAndNotify(4, 1); in notifyDataSetChanged()
[all …]
DStaggeredGridLayoutManagerGapTest.java80 mAdapter.deleteAndNotify(mDeletePosition, mDeleteCount); in gapAtTheBeginningOfTheListTest()
DStaggeredGridLayoutManagerTest.java80 mAdapter.deleteAndNotify(0, 2); in areAllStartsTheSame()
92 mAdapter.deleteAndNotify(0, 2); in areAllEndsTheSame()
945 mAdapter.deleteAndNotify(fullSpanIndex + 1, 3); in temporaryGapHandling()
978 mAdapter.deleteAndNotify(fullSpanIndex + 1, 3); in updateAfterFullSpanGapHandlingTest()
1107 mAdapter.deleteAndNotify(55, 2); in partialSpanInvalidation()
1156 mAdapter.deleteAndNotify(deletedPosition, 1); in spanReassignmentsOnItemChange()
1164 mAdapter.deleteAndNotify(deletedPosition, 1); in spanReassignmentsOnItemChange()
DBaseRecyclerViewInstrumentationTest.java894 public void deleteAndNotify(final int start, final int count) throws Throwable { in deleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter
895 deleteAndNotify(new int[]{start, count}); in deleteAndNotify()
907 public void deleteAndNotify(final int[]... startCountTuples) throws Throwable { in deleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter
944 deleteAndNotify(0, mItems.size()); in resetItemsTo()
DStaggeredGridLayoutManagerSavedStateTest.java186 mAdapter.deleteAndNotify(0, itemCount); in savedState()
DGridLayoutManagerTest.java604 mAdapter.deleteAndNotify(deleteStart, deleteCnt); in predictiveSpanLookupTest()
996 adapter.deleteAndNotify(removePos, 1); in removeAnchorItemTest()
1074 mAdapter.deleteAndNotify(2, 3); in notifyDataSetChange()
1147 mAdapter.deleteAndNotify(3, 2); in spanSizeChange()
DRecyclerViewAccessibilityTest.java273 adapter.deleteAndNotify(1, 1); in ignoreAccessibilityIfAdapterHasChanged()
DLinearLayoutManagerSavedStateTest.java302 mTestAdapter.deleteAndNotify(0, itemCount); in savedStateTest()
DRecyclerViewLayoutTest.java636 adapter.deleteAndNotify(1, adapter.getItemCount() - 1); in reattachAndScrollCrash()
1594 testAdapter.deleteAndNotify(1, 1); in hasPendingUpdatesAfterItemIsRemoved()
1749 adapter.deleteAndNotify(3, 4); in adapterPositionsRemoveItems()
1759 adapter.deleteAndNotify(0, 1); in adapterPositionsRemoveItemsBefore()
1849 adapter.deleteAndNotify(0, 10); in avoidLeakingRecyclerViewIfViewIsNotRecycled()
1885 adapter.deleteAndNotify(0, 10); in avoidLeakingRecyclerViewViaViewHolder()
2485 testAdapter.deleteAndNotify(newTarget + 1, testAdapter.getItemCount() - newTarget - 1); in smoothScrollTest()
3698 adapter.deleteAndNotify(new int[]{deleteStart, deleteCount - 1}, new int[]{deleteStart, 1});
3861 adapter.deleteAndNotify(3, 2);
3965 adapter.deleteAndNotify(0, 1);
DRecyclerViewAccessibilityLifecycleTest.java95 adapter.deleteAndNotify(2, 2); in dontDispatchChangeDuringLayout()
DLinearLayoutManagerBaseConfigSetTest.java199 mTestAdapter.deleteAndNotify(0, mTestAdapter.getItemCount()); in getFirstLastChildrenTest()
DItemAnimatorV2ApiTest.java216 mTestAdapter.deleteAndNotify(2, 1); in simpleRemove()
532 adapter.deleteAndNotify(2, 2); in notifyDataSetChangedWithDispappearing()
DStaggeredGridLayoutManagerBaseConfigSetTest.java347 mAdapter.deleteAndNotify(0, mAdapter.getItemCount()); in getFirstLastChildrenTest()
DLinearLayoutManagerTest.java631 mTestAdapter.deleteAndNotify(removePos, 1); in removeAnchorItemTest()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
DItemTouchHelperTest.java162 mAdapter.deleteAndNotify(1, 1); in basicSwipeTest()