commit | 902333722582e4767cb4f80187aeadd0f1789a3a | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Wed Aug 31 18:15:53 2022 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Wed Sep 07 14:38:02 2022 +0800 |
tree | 32fd95603db49651cdc7e7b856a50859d1a7fa80 | |
parent | 96fd9fad38ee8d6ef666d24ad31cb576b3ab6f36 [diff] |
Only complete sync draw for visible window Otherwise the sync may be finished too early if the client perform relayout with View.INVISIBLE (e.g. the activity is stopping). Besides, window manager service should only consider View.VISIBLE as real visible. Also change constant field from commit cf9955f to reduce conflict. Bug: 240564946 Test: CloseImeAutoOpenWindowToHomeTest Change-Id: I9a9868ba5a628b8fa7312380a5b1bb8148865f21 Merged-In: I9a9868ba5a628b8fa7312380a5b1bb8148865f21