Loading services/core/java/com/android/server/wm/WindowManagerService.java +15 −10 Original line number Original line Diff line number Diff line Loading @@ -7922,6 +7922,8 @@ public class WindowManagerService extends IWindowManager.Stub @Override @Override public void syncInputTransactions() { public void syncInputTransactions() { long token = Binder.clearCallingIdentity(); try { waitForAnimationsToComplete(); waitForAnimationsToComplete(); // Collect all input transactions from all displays to make sure we could sync all input // Collect all input transactions from all displays to make sure we could sync all input Loading @@ -7934,6 +7936,9 @@ public class WindowManagerService extends IWindowManager.Stub } } t.syncInputWindows().apply(); t.syncInputWindows().apply(); } finally { Binder.restoreCallingIdentity(token); } } } /** /** Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +15 −10 Original line number Original line Diff line number Diff line Loading @@ -7922,6 +7922,8 @@ public class WindowManagerService extends IWindowManager.Stub @Override @Override public void syncInputTransactions() { public void syncInputTransactions() { long token = Binder.clearCallingIdentity(); try { waitForAnimationsToComplete(); waitForAnimationsToComplete(); // Collect all input transactions from all displays to make sure we could sync all input // Collect all input transactions from all displays to make sure we could sync all input Loading @@ -7934,6 +7936,9 @@ public class WindowManagerService extends IWindowManager.Stub } } t.syncInputWindows().apply(); t.syncInputWindows().apply(); } finally { Binder.restoreCallingIdentity(token); } } } /** /** Loading