Searched refs:mWaitForPendingAnimations (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java44 CountDownLatch mWaitForPendingAnimations; field in class:LoggingItemAnimator
126 if (mWaitForPendingAnimations != null) {
127 mWaitForPendingAnimations.countDown();
133 mWaitForPendingAnimations = new CountDownLatch(count);
137 mWaitForPendingAnimations.await(seconds, TimeUnit.SECONDS);

Completed in 77 milliseconds