Searched refs:layoutLatch (Results 1 – 1 of 1) sorted by relevance
127 CountDownLatch layoutLatch = new CountDownLatch(1); in waitForLayoutMessageQueue() local128 mMainThreadHandler.post(layoutLatch::countDown); in waitForLayoutMessageQueue()129 layoutLatch.await(2, TimeUnit.SECONDS); in waitForLayoutMessageQueue()