Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
DImagePoolImplTest.java206 final CountDownLatch cd1 = new CountDownLatch(1); in testImageMultipleCopies() local
207 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testImageMultipleCopies()
218 cd1.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testImageMultipleCopies()
243 final CountDownLatch cd1 = new CountDownLatch(1); in testPoolDispose() local
244 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testPoolDispose()
252 cd1.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testPoolDispose()