Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/testsdk29/src/android/server/wm/insets/
DDecorInsetSdk29Tests.java48 assertNull("unexpected content insets", activity.getLastContentInsets()); in testDecorView_consumesAllInsets_byDefault()
63 assertEquals("unexpected bottom inset: ", 0, activity.getLastContentInsets().getInsets( in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()
81 activity.getLastContentInsets().getSystemWindowInsets()); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()
100 activity.getLastContentInsets().getSystemWindowInsets()); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDecorInsetTestsBase.java86 public WindowInsets getLastContentInsets() { in getLastContentInsets() method in DecorInsetTestsBase.TestActivity