Searched refs:getLastContentInsets (Results 1 – 2 of 2) sorted by relevance
48 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()
86 public WindowInsets getLastContentInsets() { in getLastContentInsets() method in DecorInsetTestsBase.TestActivity