commit | 71b6215e6e4b2703eccfc1e693dab5c678bec302 | [log] [tgz] |
---|---|---|
author | mattsziklay <mattsziklay@google.com> | Tue Jan 23 10:30:59 2024 -0800 |
committer | mattsziklay <mattsziklay@google.com> | Tue Jan 23 14:52:09 2024 -0800 |
tree | 4e141675404c6f9efa594657a1dd28b25bb3ed25 | |
parent | 97d24320c1a1e701da531f90773e69e062c12e5e [diff] |
Perform double tap toggle on ACTION_UP. Currently, the double tap event is processed on the initial ACTION_DOWN of the second tap. This conflicts with potential drag reposition events that may follow, causing the size change to be reverted when the drag ends. This CL has the double tap resize occur on ACTION_UP instead, and only if there isn't a drag event being handled. Bug: 301322788 Test: Manual Change-Id: I78b446a17f74040a2c1f6a9ebb21f137163b40b7