Suppress LongPress/Tap, and TwoFingerTap when TapDown cancels a fling.
MUST_SUPPRESS_TAP_ENDS state is added to TapSuppressionController. When a tap end event causes to drop the stashed tap down, the controller goes to the new state. This state shows that all following tap ends should get suppressed till the end of the current touch sequence. BUG=656434 TEST=TapSuppressionControllerTest.*SufficientlyLateTapUp Review-Url: https://codereview.chromium.org/2542453003 Cr-Commit-Position: refs/heads/master@{#437923}
Showing
Please register or sign in to comment