Searched defs:loggingItemAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java291 public Snapshot(RecyclerView recyclerView, LoggingItemAnimator loggingItemAnimator, argument
312 if (loggingItemAnimator != null) {
313 collectInto(mAppear, loggingItemAnimator.mAnimateAppearanceList);
314 collectInto(mDisappear, loggingItemAnimator.mAnimateDisappearanceList);
315 collectInto(mPersistent, loggingItemAnimator.mAnimatePersistenceList);
316 collectInto(mChanged, loggingItemAnimator.mAnimateChangeList);

Completed in 46 milliseconds