Description[Android] Implement scrollTo in terms of scrollBy
Currently, ContentViewCore.scrollBy injects a GestureScrollUpdate event.
However, without a preceding GestureScrollBegin and trailing
GestureScrollEnd, this can lead to inconsistencies in the input pipeline
state. Fix scrollBy to send the proper gesture event sequence,
also changing scrollTo to be implemented in terms of scrollBy.
BUG=454355
Committed: https://crrev.com/d717dd028765c19c80df4d50a3ce23bc0fcec293
Cr-Commit-Position: refs/heads/master@{#330475}
Patch Set 1 #Patch Set 2 : Test #Patch Set 3 : Cleanup #
Total comments: 2
Messages
Total messages: 10 (3 generated)
|