Files
frameworks_base/core/java/android/webkit
John Reck f2e6115404 Support scrolling layers with the mousewheel
Bug: 6635437
 Fix onGenericAction to support scrolling layers.
 Calling startScrollingLayer detects if there is a layer under
 the mouse pointer, and if so switches to DRAG_LAYER_MODE. Then, calling
 doDrag will correctly handle scrolling the layer in DRAG_LAYER_MODE,
 switching out of DRAG_LAYER_MODE when we hit the end of a layer, and
 scrolling the page if there isn't a layer. It is the method used
 by the touch drag path.

Change-Id: I00be09a63c40caa8fce94134c57db0894a62fef0
2012-08-20 17:13:47 -07:00
..
2012-03-27 12:52:57 -07:00
2012-04-13 16:36:16 +01:00
2012-03-28 07:10:34 -07:00
2012-03-05 10:12:15 -08:00
2012-06-05 13:22:40 -07:00