Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java700 final int notchHeight = 100; in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local
927 final int notchHeight = 100; in testMoveToDifferentOrientationDisplay() local
929 .setCanRotate(false).setNotch(notchHeight).build(); in testMoveToDifferentOrientationDisplay()
942 assertEquals(newDisplayBounds.height() - notchHeight, in testMoveToDifferentOrientationDisplay()
967 final int notchHeight = 60; in testFixedOrientationRotateCutoutDisplay() local
970 .setNotch(notchHeight).build()); in testFixedOrientationRotateCutoutDisplay()
1881 final int notchHeight = 200;
1901 assertEquals(notchHeight + (dh - notchHeight - mActivity.getBounds().width()) / 2,
4284 final int notchHeight = 100;
4286 .setNotch(notchHeight)
[all …]