Loading services/core/java/com/android/server/wm/InsetsStateController.java +0 −6 Original line number Diff line number Diff line Loading @@ -374,12 +374,6 @@ class InsetsStateController { void notifyControlChanged(InsetsControlTarget target, InsetsSourceProvider provider) { addToPendingControlMaps(target, provider); notifyPendingInsetsControlChanged(); if (android.view.inputmethod.Flags.refactorInsetsController()) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } void notifySurfaceTransactionReady(InsetsSourceProvider provider, long id, boolean ready) { Loading Loading
services/core/java/com/android/server/wm/InsetsStateController.java +0 −6 Original line number Diff line number Diff line Loading @@ -374,12 +374,6 @@ class InsetsStateController { void notifyControlChanged(InsetsControlTarget target, InsetsSourceProvider provider) { addToPendingControlMaps(target, provider); notifyPendingInsetsControlChanged(); if (android.view.inputmethod.Flags.refactorInsetsController()) { notifyInsetsChanged(); mDisplayContent.updateSystemGestureExclusion(); mDisplayContent.getDisplayPolicy().updateSystemBarAttributes(); } } void notifySurfaceTransactionReady(InsetsSourceProvider provider, long id, boolean ready) { Loading