Description[Android] Use DIP coordinates for GestureFlingStart events
The OverScroller used to generate fling updates on Android works in pixel space.
Consequently, GestureFlingStart velocities were forwarded also in pixel space.
This exceptional case is unnecessary and confusing, as all other gestures
components are provided as DIPs. Adopt DIPs for GestureFlingStart, instead
scaling the velocity to pixels when generating the OverScroller object.
BUG=332418
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251963
Patch Set 1 #Patch Set 2 : Cleanup #
Total comments: 6
Patch Set 3 : Undo unnecessary changes #
Messages
Total messages: 15 (0 generated)
|