Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 12 of 12) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DItemAnimatorTestDouble.java158 CountDownLatch latch = mCountDownLatches[oldItem ? CHANGE_OLD_START : CHANGE_NEW_START]; in onChangeStarting() local
166 CountDownLatch latch = mCountDownLatches[MOVE_START]; in onMoveStarting() local
174 CountDownLatch latch = mCountDownLatches[ADD_START]; in onAddStarting() local
182 CountDownLatch latch = mCountDownLatches[REMOVE_START]; in onRemoveStarting() local
190 CountDownLatch latch = mCountDownLatches[oldItem in onChangeFinished() local
199 CountDownLatch latch = mCountDownLatches[MOVE_FINISHED]; in onMoveFinished() local
207 CountDownLatch latch = mCountDownLatches[ADD_FINISHED]; in onAddFinished() local
215 CountDownLatch latch = mCountDownLatches[REMOVE_FINISHED]; in onRemoveFinished() local
DRecyclerViewScrollFrameRateTest.kt85 val latch = CountDownLatch(1) constant
DWrappedRecyclerView.java85 final CountDownLatch latch = new CountDownLatch(1); in waitUntilAnimations() local
DRecyclerViewSmoothScrollToPositionTest.kt55 val latch = CountDownLatch(1) in smoothScrollToPosition_calledDuringScrollJustBeforeStop_scrollStateCallbacksCorrect() constant
DRecyclerViewKeyEventTest.kt89 val latch = CountDownLatch(1) in setupRecyclerViewAndScrollByKeyEvent() constant
DRecyclerViewFastScrollerTest.java119 final CountDownLatch latch = new CountDownLatch(1); in properCleanUp() local
DFocusSearchNavigationTest.java226 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
DPagerSnapHelperIntegrationTest.kt375 val latch = CountDownLatch(1) in waitForDistanceToTarget() constant
DRecyclerViewLayoutTest.java2626 final CountDownLatch latch = new CountDownLatch(1); in smoothScrollBy_completesAsynchronously() local
2693 final CountDownLatch latch = new CountDownLatch(2); in smoothScrollBy_fastDurationIsFasterThanSlowDuration() local
2745 final CountDownLatch latch = new CountDownLatch(2); in scrollStateForSmoothScroll() local
2776 final CountDownLatch latch = new CountDownLatch(1); in scrollStateForSmoothScrollWithStop() local
2814 final CountDownLatch latch = new CountDownLatch(2); in scrollStateForFling() local
2848 final CountDownLatch latch = new CountDownLatch(1); in scrollStateForFlingWithStop() local
DAsyncListUtilTest.java155 private static void waitForLatch(String context, CountDownLatch latch) in waitForLatch()
DBaseRecyclerViewInstrumentationTest.java296 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimations() local
327 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
DBaseLinearLayoutManagerTest.java606 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimationsToEnd() local