Searched refs:mZeroInsets (Results 1 – 1 of 1) sorted by relevance
65 activity.mZeroInsets.await(180, TimeUnit.SECONDS); in testRelayoutWhenInsetsChange()79 final CountDownLatch mZeroInsets = new CountDownLatch(1); field in ForceRelayoutTestBase.TestActivity109 v.post(mZeroInsets::countDown); in onCreate()