Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java164 setUpApp(new TestDisplayContent.Builder(mAtm, 600, 800).setNotch(notchHeight).build()); in testFixedAspectRatioBoundsWithDecorInSquareDisplay()
393 .setCanRotate(false).setNotch(notchHeight).build(); in testMoveToDifferentOrientationDisplay()
434 .setNotch(notchHeight).build()); in testFixedOrientationRotateCutoutDisplay()
994 .setNotch(200).setSystemDecorations(true).build(); in testOverrideMinAspectRatioLowerThanManifest()
1254 setUpApp(new TestDisplayContent.Builder(mAtm, dw, dh).setNotch(notchHeight).build()); in testLaunchWithFixedRotationTransform()
1649 .setNotch(75) in testDisplayIgnoreOrientationRequestWithInsets_rotated180_notInSizeCompat()
2141 .setSystemDecorations(true).setNotch(notchHeight) in testAllAspectRatioLogicConsistent()
H A DTestDisplayContent.java126 Builder setNotch(int height) { in setNotch() method in TestDisplayContent.Builder