commit | 3cf3e56ad98995fc62797bfaa6cc462f901865c7 | [log] [tgz] |
---|---|---|
author | Jeff Chang <chengjeff@google.com> | Tue Jun 18 11:51:25 2019 +0800 |
committer | Jeff Chang <chengjeff@google.com> | Wed Jun 19 07:52:38 2019 +0000 |
tree | 12e3362e354cef610ffac334f1cfeb5fdffc0088 | |
parent | 64fbab540d8828c610a6b3d23a5c4afbeb0f701c [diff] |
Fix a potential crash when calculate system gesture exclusion When calculate the exclude region during the swipe gesture. There is a chance to meet index out of bounds exception when traverse all windows to assemble the gesture exclusion rects. We add a WM lock to protect the window state correctly. Bug: 135298121 Test: atest DisplayPolicyTests atest DisplayContentTests Change-Id: Ib71134d97e43ac91ce6713dd3dbf30280c44c574