Home
last modified time | relevance | path

Searched refs:mLastDecorInsets (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDecorInsetTests.java47 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()
DDecorInsetTestsBase.java52 WindowInsets mLastDecorInsets; field in DecorInsetTestsBase.TestActivity
72 mLastDecorInsets = wi; in onCreate()
91 return mLastDecorInsets; in getLastDecorInsets()
114 systemWindowInsetsOrZero(activity.mLastDecorInsets), in assertContentViewLocationMatchesInsets()