Home
last modified time | relevance | path

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

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