Home
last modified time | relevance | path

Searched refs:loggingItemAnimator (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java173 LoggingItemAnimator loggingItemAnimator = new LoggingItemAnimator(); in removeAnchorItemTest() local
174 mRecyclerView.setItemAnimator(loggingItemAnimator); in removeAnchorItemTest()
175 loggingItemAnimator.reset(); in removeAnchorItemTest()
176 loggingItemAnimator.expectRunPendingAnimationsCall(1); in removeAnchorItemTest()
180 loggingItemAnimator.waitForPendingAnimationsCall(2); in removeAnchorItemTest()
182 loggingItemAnimator.mRemoveVHs.contains(toBeRemoved)); in removeAnchorItemTest()
185 loggingItemAnimator.mMoveVHs.contains(vh)); in removeAnchorItemTest()
197 loggingItemAnimator.mAddVHs.size()); in removeAnchorItemTest()
200 loggingItemAnimator.mMoveVHs.contains(holder)); in removeAnchorItemTest()
DGridLayoutManagerTest.java624 LoggingItemAnimator loggingItemAnimator = new LoggingItemAnimator(); in removeAnchorItemTest() local
625 mRecyclerView.setItemAnimator(loggingItemAnimator); in removeAnchorItemTest()
626 loggingItemAnimator.reset(); in removeAnchorItemTest()
627 loggingItemAnimator.expectRunPendingAnimationsCall(1); in removeAnchorItemTest()
631 loggingItemAnimator.waitForPendingAnimationsCall(2); in removeAnchorItemTest()
633 loggingItemAnimator.mRemoveVHs.contains(toBeRemoved)); in removeAnchorItemTest()
636 loggingItemAnimator.mMoveVHs.contains(vh)); in removeAnchorItemTest()
648 loggingItemAnimator.mAddVHs.size()); in removeAnchorItemTest()
651 loggingItemAnimator.mMoveVHs.contains(holder)); in removeAnchorItemTest()
DBaseWrapContentTest.java292 public Snapshot(RecyclerView recyclerView, LoggingItemAnimator loggingItemAnimator, in Snapshot() argument
313 if (loggingItemAnimator != null) { in Snapshot()
314 collectInto(mAppear, loggingItemAnimator.mAnimateAppearanceList); in Snapshot()
315 collectInto(mDisappear, loggingItemAnimator.mAnimateDisappearanceList); in Snapshot()
316 collectInto(mPersistent, loggingItemAnimator.mAnimatePersistenceList); in Snapshot()
317 collectInto(mChanged, loggingItemAnimator.mAnimateChangeList); in Snapshot()