Searched refs:getLastDecorInsets (Results 1 – 2 of 2) sorted by relevance
47 assertNotNull("test setup failed", activity.getLastDecorInsets()); in testDecorView_consumesAllInsets_byDefault()62 assertNotNull("test setup failed", activity.getLastDecorInsets()); in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()78 assertNotNull("test setup failed", activity.getLastDecorInsets()); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()80 activity.getLastDecorInsets().getSystemWindowInsets(), in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()97 assertNotNull("test setup failed", activity.getLastDecorInsets()); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()99 activity.getLastDecorInsets().getSystemWindowInsets(), in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
90 public WindowInsets getLastDecorInsets() { in getLastDecorInsets() method in DecorInsetTestsBase.TestActivity