Merge "Fix bad exclude region in landscape"
This commit is contained in:
@@ -7153,6 +7153,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
displayInfo.getAppMetrics(mDisplayMetrics);
|
displayInfo.getAppMetrics(mDisplayMetrics);
|
||||||
mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(
|
mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(
|
||||||
displayContent.getDisplayId(), displayInfo);
|
displayContent.getDisplayId(), displayInfo);
|
||||||
|
displayContent.mBaseDisplayRect.set(0, 0, dw, dh);
|
||||||
}
|
}
|
||||||
if (false) {
|
if (false) {
|
||||||
Slog.i(TAG, "Set app display size: " + appWidth + " x " + appHeight);
|
Slog.i(TAG, "Set app display size: " + appWidth + " x " + appHeight);
|
||||||
|
|||||||
Reference in New Issue
Block a user