H A D | DisplayPolicyLayoutTests.java | 526 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape() local 527 assertInsetBy(mWindow.getDisplayFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape() local 542 assertInsetBy(mWindow.getParentFrame(), 0, 0, DISPLAY_CUTOUT_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_seascape() local 543 assertInsetBy(mWindow.getDisplayFrame(), 0, 0, DISPLAY_CUTOUT_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_seascape() local 558 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_fullscreen_landscape() local 605 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout() local 606 assertInsetBy(mWindow.getDisplayFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout() local 621 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout_never() local 622 assertInsetBy(mWindow.getDisplayFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout_never() local 637 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withLongEdgeDisplayCutout_shortEdges() local [all …]
|