Loading services/core/java/com/android/server/wm/WindowManagerService.java +6 −4 Original line number Diff line number Diff line Loading @@ -2528,10 +2528,12 @@ public class WindowManagerService extends IWindowManager.Stub + "attached to a parent win=" + win); } win.mFrame.left = left; win.mFrame.top = top; win.mFrame.right = right; win.mFrame.bottom = bottom; win.mAttrs.x = left; win.mAttrs.y = top; win.mAttrs.width = right - left; win.mAttrs.height = bottom - top; win.setWindowScale(win.mRequestedWidth, win.mRequestedHeight); win.mWinAnimator.computeShownFrameLocked(); Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +6 −4 Original line number Diff line number Diff line Loading @@ -2528,10 +2528,12 @@ public class WindowManagerService extends IWindowManager.Stub + "attached to a parent win=" + win); } win.mFrame.left = left; win.mFrame.top = top; win.mFrame.right = right; win.mFrame.bottom = bottom; win.mAttrs.x = left; win.mAttrs.y = top; win.mAttrs.width = right - left; win.mAttrs.height = bottom - top; win.setWindowScale(win.mRequestedWidth, win.mRequestedHeight); win.mWinAnimator.computeShownFrameLocked(); Loading