Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0e2b559 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "PointerLocation: do not letterbox for cutouts" into pi-dev am: 637422b2

am: 7b31adef

Change-Id: If9c39591eb505740af5d91e31c7357d3d56ca002
parents 53b2e589 7b31adef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2550,6 +2550,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    | WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE
                    | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
                    | WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;
            lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
            if (ActivityManager.isHighEndGfx()) {
                lp.flags |= WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED;
                lp.privateFlags |=