Searched refs:getLaidOut (Results 1 – 2 of 2) sorted by relevance
45 activity.getLaidOut().await(4, TimeUnit.SECONDS); in testDecorView_consumesAllInsets_byDefault()60 activity.getLaidOut().await(4, TimeUnit.SECONDS); in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()76 activity.getLaidOut().await(4, TimeUnit.SECONDS); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()93 activity.getLaidOut().await(4, TimeUnit.SECONDS); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
94 public CountDownLatch getLaidOut() { in getLaidOut() method in DecorInsetTestsBase.TestActivity