Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java309 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_fitNavigationBars()
310 assertInsetByTopBottom(mWindow.getParentFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_fitNavigationBars()
361 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, 0); in layoutWindowLw_fitInsetsNotIgnoringVisibility()
362 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_fitInsetsNotIgnoringVisibility()
406 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout()
407 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, 0); in layoutWindowLw_withDisplayCutout()
469 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
470 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
510 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
511 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
[all …]