Home
last modified time | relevance | path

Searched defs:DISPLAY_CUTOUT_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java526 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 …]
H A DDisplayPolicyTestsBase.java62 static final int DISPLAY_CUTOUT_HEIGHT = 8; field in DisplayPolicyTestsBase