Searched refs:mLastDecorInsets (Results 1 – 2 of 2) sorted by relevance
47 assertNotNull("test setup failed", activity.mLastDecorInsets); in testDecorView_consumesAllInsets_byDefault()62 assertNotNull("test setup failed", activity.mLastDecorInsets); in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()78 assertNotNull("test setup failed", activity.mLastDecorInsets); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()80 activity.mLastDecorInsets.getSystemWindowInsets(), in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()97 assertNotNull("test setup failed", activity.mLastDecorInsets); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()99 activity.mLastDecorInsets.getSystemWindowInsets(), in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
52 WindowInsets mLastDecorInsets; field in DecorInsetTestsBase.TestActivity72 mLastDecorInsets = wi; in onCreate()91 return mLastDecorInsets; in getLastDecorInsets()114 systemWindowInsetsOrZero(activity.mLastDecorInsets), in assertContentViewLocationMatchesInsets()