Searched refs:setNotch (Results 1 – 2 of 2) sorted by relevance
164 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()
126 Builder setNotch(int height) { in setNotch() method in TestDisplayContent.Builder