Searched refs:animLatch (Results 1 – 3 of 3) sorted by relevance
283 final CountDownLatch animLatch = new CountDownLatch(1); in waitForStartPosToBeSet() local287 animLatch.countDown(); in waitForStartPosToBeSet()296 animLatch.await(2, TimeUnit.SECONDS); in waitForStartPosToBeSet()
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()
120 final CountDownLatch animLatch = new CountDownLatch(1); in testUpdateValueNotChained() local125 .start(animLatch::countDown); in testUpdateValueNotChained()126 animLatch.await(1, TimeUnit.SECONDS); in testUpdateValueNotChained()