summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorJerry Chang <chenghsiuchang@google.com>2021-05-26 09:10:40 +0000
committerJerry Chang <chenghsiuchang@google.com>2021-05-26 09:52:02 +0000
commitff29ec1c8a4fcfc2e763000a549485e8f1c59fea (patch)
tree35bbb2b767d35d947244c965fcd22fa4901374a2 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentad227b1cab5c1d52036a2d6d000064e373e0c4f0 (diff)
Fix Launcher won't get split screen config changed after dismissed
When split screen was dismissed due to launching activity not supporting split screen, it will reparent home task and update its bounds with two different window container transactions. When the home task was reparented without updating bounds, Launcher won't refresh split screen state because it only updates split screen config when there's orientation or screen size config changed. When the home task's bounds was updated latter, it might not triggers Activity#onConfigurationChanged due to the screen size changes didn't cross the threshold after ag/13816978 and ag/13844692. This merges reparent and reseting bounds transactions to make sure Launcher updates split screen state properly after dismissed split with not supporting split screen activity launched. Fix: 188462404 Test: dismiss split screen by launcher activity not supporting multiwindow, observed the split screen button shows properly in recent panel. Change-Id: Ic6224a3b593acd3e978f377c9840a8cfc9d9a29c
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions