Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DTestActivity.java35 private CountDownLatch mLayoutLatch; field in TestActivity
61 mLayoutLatch.countDown(); in onLayoutChange()
75 mLayoutLatch = new CountDownLatch(1); in resetLayoutCounter()
86 return mLayoutLatch.await(3, TimeUnit.SECONDS); in waitForLayout()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsTestHelper.java166 private final CountDownLatch mLayoutLatch = new CountDownLatch(1); field in WindowMetricsTestHelper.OnLayoutChangeListener
182 mLayoutLatch.countDown(); in onLayoutChange()
201 mLayoutLatch.await(4, TimeUnit.SECONDS)); in waitForLayout()