Searched refs:animLatch (Results 1 – 3 of 3) sorted by relevance
117 final CountDownLatch animLatch = new CountDownLatch(properties.length); in waitForPropertyAnimations() local119 mLayout.setTestEndActionForProperty(animLatch::countDown, property); in waitForPropertyAnimations()122 animLatch.await(2, TimeUnit.SECONDS); in waitForPropertyAnimations()
307 final CountDownLatch animLatch = new CountDownLatch(1); in waitForStartPosToBeSet() local311 animLatch.countDown(); in waitForStartPosToBeSet()320 animLatch.await(2, TimeUnit.SECONDS); in waitForStartPosToBeSet()
116 final CountDownLatch animLatch = new CountDownLatch(1); in testUpdateValueNotChained() local121 .start(animLatch::countDown); in testUpdateValueNotChained()122 animLatch.await(1, TimeUnit.SECONDS); in testUpdateValueNotChained()