Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java680 final CountDownLatch countDownLatch2 = new CountDownLatch(1); in testVisibilityAffectsLayout() local
683 verifyBounds(viewGroup, child2, countDownLatch2, 0, 0, childWidth, childHeight); in testVisibilityAffectsLayout()
686 assertTrue(countDownLatch2.await(500, TimeUnit.MILLISECONDS)); in testVisibilityAffectsLayout()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3049 final CountDownLatch countDownLatch2 = new CountDownLatch(1); in testAddRemoveAffectsWrapContentLayout() local
3052 checkBounds(viewGroup, parent, countDownLatch2, 0, 0, childWidth, parentHeight); in testAddRemoveAffectsWrapContentLayout()
3054 countDownLatch2.await(500, TimeUnit.MILLISECONDS); in testAddRemoveAffectsWrapContentLayout()