Skip to content
Commit fedfb463 authored by Mark Hong's avatar Mark Hong Committed by Vishnu Nair
Browse files

Apply proper displayCutout rotation in density 480 dpi and 270 degrees rotation.



In case device has 480 dpi and rotating the degrees then shortSizeDp value is less than 480 because of diaplay cutout.
So ScreenLayoutSize will not be properly set and there is difference in between expectedScreenLayout and actualScreenLayout.

In order to fix this issue, displayCutout should also be rotated while in calculating reduceConfigLayout.

Bug: b/147473991
Test: run cts-on-gsi -m CtsDpiTestCases -t android.dpi.cts.ConfigurationScreenLayyoutTest#testScreenLayout

Merged-In: Ie3d615e494cb3fd21f4388e969e5e637860b86ac
Change-Id: Ie3d615e494cb3fd21f4388e969e5e637860b86ac
Signed-off-by: default avatarMark Hong <sungmin.h@samsung.com>
parent 3300730d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment