Loading services/core/java/com/android/server/wm/DisplayPolicy.java +2 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,8 @@ public class DisplayPolicy { if (cutout != null) { final Rect top = cutout.getBoundingRectTop(); if (!top.isEmpty()) { rect.bottom = rect.bottom + mDisplayCutoutTouchableRegionSize; rect.bottom = Math.max(rect.bottom, top.bottom + mDisplayCutoutTouchableRegionSize); } } }; Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +2 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,8 @@ public class DisplayPolicy { if (cutout != null) { final Rect top = cutout.getBoundingRectTop(); if (!top.isEmpty()) { rect.bottom = rect.bottom + mDisplayCutoutTouchableRegionSize; rect.bottom = Math.max(rect.bottom, top.bottom + mDisplayCutoutTouchableRegionSize); } } }; Loading