Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestActivity.java35 private CountDownLatch mLayoutLatch; field in TestActivity
51 mLayoutLatch.countDown(); in onLayoutChange()
78 mLayoutLatch = new CountDownLatch(1); in resetLayoutCounter()
89 return mLayoutLatch.await(3, TimeUnit.SECONDS); in waitForLayout()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java202 private CountDownLatch mLayoutLatch = new CountDownLatch(1); field in WindowMetricsTestHelper.OnLayoutChangeListener
218 mLayoutLatch.countDown(); in onLayoutChange()
237 mLayoutLatch.await(4, TimeUnit.SECONDS)); in waitForLayout()
238 mLayoutLatch = new CountDownLatch(1); in waitForLayout()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowPolicyTests.java262 private final CountDownLatch mLayoutLatch = new CountDownLatch(1); field in WindowPolicyTests.TestActivity
275 mContentView.getViewTreeObserver().addOnGlobalLayoutListener(mLayoutLatch::countDown); in onCreate()
282 assertTrue(errorMessage, mLayoutLatch.await(3, TimeUnit.SECONDS)); in waitForLayout()