Avoid DisplayController.currentSize from being stuck at wrong value
- Update Info when perDisplayBounds has changed - Add more detailed logging to displayInfo, realBounds and perDisplayBounds - Add perDisplayBounds to dumpsys and replace supportedBounds Bug: 233562339 Test: manual Change-Id: I9a040e8465a8b0a2dcde61bab06c6ca1df3006da
This commit is contained in:
@@ -76,6 +76,7 @@ public class WindowBounds {
|
||||
+ "bounds=" + bounds
|
||||
+ ", insets=" + insets
|
||||
+ ", availableSize=" + availableSize
|
||||
+ ", rotationHint=" + rotationHint
|
||||
+ '}';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user