Loading services/core/java/com/android/server/wm/InsetsStateController.java +4 −6 Original line number Diff line number Diff line Loading @@ -228,7 +228,6 @@ class InsetsStateController { changed |= provider.updateClientVisibility(caller, isImeProvider ? statsToken : null); } if (!android.view.inputmethod.Flags.refactorInsetsController()) { if (changed) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); Loading @@ -236,7 +235,6 @@ class InsetsStateController { mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } } @InsetsType int getFakeControllingTypes(InsetsTarget target) { @InsetsType int types = 0; Loading Loading
services/core/java/com/android/server/wm/InsetsStateController.java +4 −6 Original line number Diff line number Diff line Loading @@ -228,7 +228,6 @@ class InsetsStateController { changed |= provider.updateClientVisibility(caller, isImeProvider ? statsToken : null); } if (!android.view.inputmethod.Flags.refactorInsetsController()) { if (changed) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); Loading @@ -236,7 +235,6 @@ class InsetsStateController { mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } } @InsetsType int getFakeControllingTypes(InsetsTarget target) { @InsetsType int types = 0; Loading