Loading services/core/java/com/android/server/wm/WindowManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -996,7 +996,6 @@ public class WindowManagerService extends IWindowManager.Stub SurfaceControl.closeTransaction(); } updateCircularDisplayMaskIfNeeded(); showEmulatorDisplayOverlayIfNeeded(); } Loading Loading @@ -5948,7 +5947,7 @@ public class WindowManagerService extends IWindowManager.Stub } } public void updateCircularDisplayMaskIfNeeded() { private void updateCircularDisplayMaskIfNeeded() { // we're fullscreen and not hosted in an ActivityView if (mContext.getResources().getConfiguration().isScreenRound() && mContext.getResources().getBoolean( Loading Loading @@ -7664,6 +7663,8 @@ public class WindowManagerService extends IWindowManager.Stub mActivityManager.updateConfiguration(null); } catch (RemoteException e) { } updateCircularDisplayMaskIfNeeded(); } private void displayReady(int displayId) { Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -996,7 +996,6 @@ public class WindowManagerService extends IWindowManager.Stub SurfaceControl.closeTransaction(); } updateCircularDisplayMaskIfNeeded(); showEmulatorDisplayOverlayIfNeeded(); } Loading Loading @@ -5948,7 +5947,7 @@ public class WindowManagerService extends IWindowManager.Stub } } public void updateCircularDisplayMaskIfNeeded() { private void updateCircularDisplayMaskIfNeeded() { // we're fullscreen and not hosted in an ActivityView if (mContext.getResources().getConfiguration().isScreenRound() && mContext.getResources().getBoolean( Loading Loading @@ -7664,6 +7663,8 @@ public class WindowManagerService extends IWindowManager.Stub mActivityManager.updateConfiguration(null); } catch (RemoteException e) { } updateCircularDisplayMaskIfNeeded(); } private void displayReady(int displayId) { Loading