Files
frameworks_base/core/java/android/webkit
Jeff Brown 7f5b99676f Improve browser scrolling when using the mouse wheel.
The way that smooth scrolling is implemented in the Browser,
repeated requests to scroll by a certain amount do not add up
to one large scroll by the cumulative amount.  This makes
the mouse wheel unusable on large pages because the Browser
will scroll at a more or less constant rate no matter how often
the wheel is turned.

The fix is to not animate scrolls when using the mouse wheel.

Change-Id: I23c05cdd2383944b8730deb225b7f3f57f1729df
2011-06-06 18:59:41 -07:00
..
2011-03-02 10:59:54 +00:00
2011-01-12 12:42:51 -05:00
2011-05-12 13:53:48 -07:00
2011-01-24 17:54:09 -08:00