commit | bc96e7ef333315f5404ca947067b439c33ce4931 | [log] [tgz] |
---|---|---|
author | Jacky Kao <jackykao@google.com> | Tue Oct 13 13:59:35 2020 +0800 |
committer | Jacky Kao <jackykao@google.com> | Thu Nov 05 13:26:55 2020 +0800 |
tree | 67c3261d3cd7e05d3e773c304326edb48a5e181c | |
parent | f6bd60e26206e1ee148caec9413918a9d5c5a937 [diff] |
Fix the focus not move to the place where the finger clicks User does the triple tap operation, but the gesture detection becomes to doubleTapAndHold because the timing of the motion event. Then the long pressing data is created but not be cleared when the state returns to STATE_CLEAR. Adding the long pressing data reset to fix this issue. Bug: 163298552 Test: a11y CTS & unit tests Change-Id: I5fc23a14b0a4ae3c7c012cb4ed8dc924c00e7fe9