Home
last modified time | relevance | path

Searched refs:mLastContentInsets (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDecorInsetTests.java48 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()
DDecorInsetTestsBase.java51 WindowInsets mLastContentInsets; field in DecorInsetTestsBase.TestActivity
67 mLastContentInsets = wi; in onCreate()
87 return mLastContentInsets; in getLastContentInsets()
115 systemWindowInsetsOrZero(activity.mLastContentInsets)); in assertContentViewLocationMatchesInsets()
DForceRelayoutTestBase.java55 assertNotNull("test setup failed", activity.mLastContentInsets); in testRelayoutWhenInsetsChange()
58 activity.mLastContentInsets.getInsetsIgnoringVisibility( in testRelayoutWhenInsetsChange()
85 WindowInsets mLastContentInsets; field in ForceRelayoutTestBase.TestActivity
112 mLastContentInsets = wi; in onCreate()