commit | 86340be1a7936d383b9a5071fd850ca331b9442a | [log] [tgz] |
---|---|---|
author | Phil Weaver <pweaver@google.com> | Fri Aug 07 22:25:17 2020 +0000 |
committer | ryanlwlin <ryanlwlin@google.com> | Tue Aug 11 13:13:05 2020 +0800 |
tree | f74f512b13e657455b0eafadfe9adb5540ce1173 | |
parent | b511a73d7e686d5882354eec0a2265b8b629748c [diff] |
Address drag unreliability during touch exploration The code was trying to set the location of the drag, but MotionEvent doesn't behave consistently when setting a single location to a multi-touch event. All that's needed is to select the correct pointer, so removing messing with the location gives more consistent behavior. Bug: 163105030 Change-Id: I6c315cf0a1e48847cc778ec8c34b382d13ce3555 Test: Manually testing at this point of the passthrough, and relying on treehugger.