am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit 'd5b329e5aed07ffdd7cf0ba6e2aa100316d1bda8': Force layout and animation when display changes
This commit is contained in:
@@ -11423,6 +11423,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
createDisplayContentLocked(display);
|
||||
displayReady(displayId);
|
||||
}
|
||||
requestTraversalLocked();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11445,6 +11446,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
}
|
||||
}
|
||||
mAnimator.removeDisplayLocked(displayId);
|
||||
requestTraversalLocked();
|
||||
}
|
||||
|
||||
public void onDisplayChanged(int displayId) {
|
||||
@@ -11456,6 +11458,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
if (displayContent != null) {
|
||||
displayContent.updateDisplayInfo();
|
||||
}
|
||||
requestTraversalLocked();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user