diff options
| author | Evan Rosky <erosky@google.com> | 2020-09-24 17:18:20 -0700 |
|---|---|---|
| committer | Evan Rosky <erosky@google.com> | 2020-09-24 17:24:36 -0700 |
| commit | 9335d2bfbb48a29b73ae86e932d6659aad5756c7 (patch) | |
| tree | 72063d241866f655add1170c2ac4129f028425d9 /core/java/android/inputmethodservice/AbstractInputMethodService.java | |
| parent | f4f842b65f10bec06a104276f4939040a8196e7b (diff) | |
Reset Fullscreen Task Surface via SyncTransactionQueue
Split-screen dismisses itself on the SyncTransactionQueue to
prevent glitches/jank. The result, however, is that when one
of the split tasks gets unsplit, it becomes organized. Just
before it becomes organized, though, its windowcrop gets
updated on the sync transaction. Then onTaskAppeared gets
called. Then the sync transaction is applied once drawing
completes.
To resolve this, put the fullscreen transaction on the
syncTransactionQueue as well. In the future, everything that
shell does should probably be serialized in this way (eg.
PiP).
Bug: 169330989
Test: Open app, put it into split, expand the app to fullscreen,
rotate device and observer no half black screen.
Change-Id: I3a7d3d8650a475b4aa4208bf6be9285e530514a0
Diffstat (limited to 'core/java/android/inputmethodservice/AbstractInputMethodService.java')
0 files changed, 0 insertions, 0 deletions
