Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java438 assertInsetBy(mWindow.getParentFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_shortEdges()
439 assertInsetBy(mWindow.getDisplayFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_shortEdges()
454 assertInsetBy(mWindow.getParentFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_always()
455 assertInsetBy(mWindow.getDisplayFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_always()
526 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape()
591 assertInsetBy(mWindow.getParentFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape()
653 assertInsetBy(mWindow.getParentFrame(), 0, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout_always()
654 assertInsetBy(mWindow.getDisplayFrame(), 0, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout_always()
669 assertInsetBy(mWindow.getParentFrame(), 0, 0, 0, 0); in layoutWindowLw_withForwardInset_SoftInputAdjustNothing()
670 assertInsetBy(mWindow.getDisplayFrame(), 0, 0, 0, 0); in layoutWindowLw_withForwardInset_SoftInputAdjustNothing()
[all …]