Searched refs:loggingItemAnimator (Results 1 – 3 of 3) sorted by relevance
173 LoggingItemAnimator loggingItemAnimator = new LoggingItemAnimator(); in removeAnchorItemTest() local174 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()
624 LoggingItemAnimator loggingItemAnimator = new LoggingItemAnimator(); in removeAnchorItemTest() local625 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()
292 public Snapshot(RecyclerView recyclerView, LoggingItemAnimator loggingItemAnimator, in Snapshot() argument313 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()