commit | 54872c3116a6114aeff0e57bf526c53a6e10dfec | [log] [tgz] |
---|---|---|
author | Yunfan Chen <yunfanc@google.com> | Thu Nov 14 19:41:47 2019 -0800 |
committer | Yunfan Chen <yunfanc@google.com> | Thu Nov 14 19:41:47 2019 -0800 |
tree | 427d9efcc0e51dd6846554487491156d0c1b524a | |
parent | 63230ed87b928148493b3c3bb96cd57445b84d9a [diff] |
Fix hung input event while resizing In onInputEvent inplementation, the finishInputEvent needs to be called always, to report back the input event handling result. The previous implementation will have no call for non-dragging event and throw them away. This caused an ANR. Test: reproduce step in b/144141494 Test: go/wm-smoke Bug: 144141494 Bug: 122726344 Change-Id: If6f8da87609641a62d12712aa6c97a58a06bde60