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