Loading services/core/java/com/android/server/wm/Task.java +2 −1 Original line number Diff line number Diff line Loading @@ -3464,7 +3464,8 @@ class Task extends TaskFragment { return null; } final Rect windowFrame = mainWindow.getFrame(); if (top.getBounds().equals(windowFrame)) { final Rect parentFrame = mainWindow.getParentFrame(); if (parentFrame.equals(windowFrame)) { return null; } return windowFrame; Loading Loading
services/core/java/com/android/server/wm/Task.java +2 −1 Original line number Diff line number Diff line Loading @@ -3464,7 +3464,8 @@ class Task extends TaskFragment { return null; } final Rect windowFrame = mainWindow.getFrame(); if (top.getBounds().equals(windowFrame)) { final Rect parentFrame = mainWindow.getParentFrame(); if (parentFrame.equals(windowFrame)) { return null; } return windowFrame; Loading