Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/testsdk29/src/android/server/wm/insets/
DDecorInsetSdk29Tests.java50 assertContentViewLocationMatchesInsets(); in testDecorView_consumesAllInsets_byDefault()
66 assertContentViewLocationMatchesInsets(); in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()
83 assertContentViewLocationMatchesInsets(); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()
102 assertContentViewLocationMatchesInsets(); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDecorInsetTests.java50 assertContentViewLocationMatchesInsets(); in testDecorView_consumesAllInsets_byDefault()
66 assertContentViewLocationMatchesInsets(); in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()
83 assertContentViewLocationMatchesInsets(); in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()
102 assertContentViewLocationMatchesInsets(); in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
DDecorInsetTestsBase.java110 public void assertContentViewLocationMatchesInsets() { in assertContentViewLocationMatchesInsets() method in DecorInsetTestsBase