commit | 7e4324b49685a192e6a6ecb49136abbfa39967d3 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Tue Nov 22 07:57:50 2022 +0000 |
committer | Tony Huang <tonyychuang@google.com> | Tue Nov 22 08:34:40 2022 +0000 |
tree | 19ffb04f6e252071fe7ac97a9c7009f4f3ec3553 | |
parent | 3ca30eeace89d91c903bbf44cd66c7528fdabd7b [diff] |
Fix surface offset issue when enter split from recents The animation issue is cased by task surface has a offset while it is under animation leash. And this offset is a race condition which caused by split side set its bounds on same time. Fix this by applying bounds before animation start rather than on animation starting. Fix: 247466887 Test: manual Test: pass existing tests Change-Id: Id3de8358dbf3c1209e0e3986aca6dba854be17f4