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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java282 public Snapshot(RecyclerView recyclerView, LoggingItemAnimator loggingItemAnimator, argument
303 if (loggingItemAnimator != null) {
304 collectInto(mAppear, loggingItemAnimator.mAnimateAppearanceList);
305 collectInto(mDisappear, loggingItemAnimator.mAnimateDisappearanceList);
306 collectInto(mPersistent, loggingItemAnimator.mAnimatePersistenceList);
307 collectInto(mChanged, loggingItemAnimator.mAnimateChangeList);

Completed in 56 milliseconds