diff options
author | Winson Chung <winsonc@google.com> | 2018-05-01 18:17:19 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2018-05-15 21:32:41 -0700 |
commit | 985f54daf04bac0a019e64a6e7a3a0e6373780c1 (patch) | |
tree | 2a6094f80792b368ca7edaae73d68be328d50c3e /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 869c6f559ad63e02d699a8e5349cff5069b61129 (diff) |
Fix issue with split screen launch bounds
- In O, the fullscreen stack was resized once we enter splitscreen (and
is updated with the tempOtherTaskBounds as we resize for minimized
state). However, in P, since we are creating a new stack for each task,
the launch of a task while in splitscreen now falls into
TaskStack.updateBoundsForWindowModeChange() which incorrectly calculates
the bounds of the secondary stack using the minimized bounds of the
primary stack. Subsequent launches are fine because the stack already
exists and is just being brought forward.
Bug: 73745166
Test: atest CtsActivityManagerDeviceTestCases:ActivityManagerSplitScreenTests
Test: Enter split screen, launch an app from scratch and ensure it
animates to the right place
Change-Id: I7da856b9bb88db0db9616d56bb9fefdce918d7c3
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions