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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java32 CountDownLatch mWaitForPendingAnimations; field in class:LoggingItemAnimator
36 if (mWaitForPendingAnimations != null) {
37 mWaitForPendingAnimations.countDown();
43 mWaitForPendingAnimations = new CountDownLatch(count);
47 mWaitForPendingAnimations.await(seconds, TimeUnit.SECONDS);

Completed in 169 milliseconds