-
- Downloads
When resizing split and both sides are veiled, make sure both sides are veiled with the same color
This is a temporary quick fix for b/339274381. When a split resize is initiated and both sides are being veiled (like when Chrome is opening a new instance of itself), there is a bug where the two sides return different colors, which looks bad. This patch ensures that both sides are veiled with the same color. When b/339274381 is fixed, this CL can be reverted entirely. Bug: 307490004 Test: Launch an adjacent task from Chrome using the repro steps in b/339274381, see that both sides are the same color. Flag: None Change-Id: I3158a1da29ec58c5412401b67a6905c31bb120b1 Merged-In: I3158a1da29ec58c5412401b67a6905c31bb120b1
Showing
- libs/WindowManager/Shell/src/com/android/wm/shell/common/split/SplitDecorManager.java 3 additions, 9 deletions.../com/android/wm/shell/common/split/SplitDecorManager.java
- libs/WindowManager/Shell/src/com/android/wm/shell/common/split/SplitScreenUtils.java 7 additions, 10 deletions...c/com/android/wm/shell/common/split/SplitScreenUtils.java
- libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/DragLayout.java 4 additions, 10 deletions...hell/src/com/android/wm/shell/draganddrop/DragLayout.java
- libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/StageCoordinator.java 8 additions, 2 deletions...rc/com/android/wm/shell/splitscreen/StageCoordinator.java
- libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/StageTaskListener.java 2 additions, 2 deletions...c/com/android/wm/shell/splitscreen/StageTaskListener.java
Loading
Please register or sign in to comment