Searched refs:mLayoutLatch (Results 1 – 3 of 3) sorted by relevance
35 private CountDownLatch mLayoutLatch; field in TestActivity51 mLayoutLatch.countDown(); in onLayoutChange()78 mLayoutLatch = new CountDownLatch(1); in resetLayoutCounter()89 return mLayoutLatch.await(3, TimeUnit.SECONDS); in waitForLayout()
202 private CountDownLatch mLayoutLatch = new CountDownLatch(1); field in WindowMetricsTestHelper.OnLayoutChangeListener218 mLayoutLatch.countDown(); in onLayoutChange()237 mLayoutLatch.await(4, TimeUnit.SECONDS)); in waitForLayout()238 mLayoutLatch = new CountDownLatch(1); in waitForLayout()
262 private final CountDownLatch mLayoutLatch = new CountDownLatch(1); field in WindowPolicyTests.TestActivity275 mContentView.getViewTreeObserver().addOnGlobalLayoutListener(mLayoutLatch::countDown); in onCreate()282 assertTrue(errorMessage, mLayoutLatch.await(3, TimeUnit.SECONDS)); in waitForLayout()