Loading services/core/java/com/android/server/wm/DisplayContent.java +1 −2 Original line number Diff line number Diff line Loading @@ -2956,7 +2956,6 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp void onDisplayChanged(DisplayContent dc) { super.onDisplayChanged(dc); updateSystemGestureExclusionLimit(); updateKeepClearAreas(); } void updateSystemGestureExclusionLimit() { Loading Loading @@ -4035,7 +4034,6 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp } adjustForImeIfNeeded(); updateKeepClearAreas(); // We may need to schedule some toast windows to be removed. The toasts for an app that // does not have input focus are removed within a timeout to prevent apps to redress Loading Loading @@ -6156,6 +6154,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp Region touchableRegion = Region.obtain(); w.getEffectiveTouchableRegion(touchableRegion); RegionUtils.forEachRect(touchableRegion, rect -> outUnrestricted.add(rect)); touchableRegion.recycle(); } } Loading services/core/java/com/android/server/wm/InsetsStateController.java +0 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,6 @@ class InsetsStateController { if (changed) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); mDisplayContent.updateKeepClearAreas(); mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } Loading Loading
services/core/java/com/android/server/wm/DisplayContent.java +1 −2 Original line number Diff line number Diff line Loading @@ -2956,7 +2956,6 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp void onDisplayChanged(DisplayContent dc) { super.onDisplayChanged(dc); updateSystemGestureExclusionLimit(); updateKeepClearAreas(); } void updateSystemGestureExclusionLimit() { Loading Loading @@ -4035,7 +4034,6 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp } adjustForImeIfNeeded(); updateKeepClearAreas(); // We may need to schedule some toast windows to be removed. The toasts for an app that // does not have input focus are removed within a timeout to prevent apps to redress Loading Loading @@ -6156,6 +6154,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp Region touchableRegion = Region.obtain(); w.getEffectiveTouchableRegion(touchableRegion); RegionUtils.forEachRect(touchableRegion, rect -> outUnrestricted.add(rect)); touchableRegion.recycle(); } } Loading
services/core/java/com/android/server/wm/InsetsStateController.java +0 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,6 @@ class InsetsStateController { if (changed) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); mDisplayContent.updateKeepClearAreas(); mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } Loading