Searched refs:mLastContentInsets (Results 1 – 3 of 3) sorted by relevance
48 assertNull("unexpected content insets", activity.mLastContentInsets); in testDecorView_consumesAllInsets_byDefault()63 assertEquals("unexpected bottom inset: ", 0, activity.mLastContentInsets.getInsets( in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()81 activity.mLastContentInsets.getSystemWindowInsets()); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()100 activity.mLastContentInsets.getSystemWindowInsets()); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
51 WindowInsets mLastContentInsets; field in DecorInsetTestsBase.TestActivity67 mLastContentInsets = wi; in onCreate()87 return mLastContentInsets; in getLastContentInsets()115 systemWindowInsetsOrZero(activity.mLastContentInsets)); in assertContentViewLocationMatchesInsets()
55 assertNotNull("test setup failed", activity.mLastContentInsets); in testRelayoutWhenInsetsChange()58 activity.mLastContentInsets.getInsetsIgnoringVisibility( in testRelayoutWhenInsetsChange()85 WindowInsets mLastContentInsets; field in ForceRelayoutTestBase.TestActivity112 mLastContentInsets = wi; in onCreate()