commit | 56e0b8c4ebe0eb709d05ff846c4cacdc6a9f8311 | [log] [tgz] |
---|---|---|
author | ryanlwlin <ryanlwlin@google.com> | Thu Aug 27 18:58:24 2020 +0800 |
committer | ryanlwlin <ryanlwlin@google.com> | Mon Aug 31 21:05:33 2020 +0800 |
tree | a0fb916d1dad2347be7d9108f95041c0a26c696b | |
parent | 7d3bff08a8bb50caea23afaaa50120e0d5aae8ca [diff] |
Fix Accidently trigger A11y button long pressed We used the original down location while injecting all down events. It accidently increases the velocity in the beginning and cause Launcher detect the wrong gesture. To fix it, we adjust the down time to real downTime. Test: manually test Bug: 165896230 Change-Id: I318dbc2af04298a21b9efe99278285911f56b1a0