Files
frameworks_base/core/java/android
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-08-06 15:43:01 -07:00
2012-08-19 22:42:08 -07:00
2012-08-14 00:18:07 -07:00
2012-08-16 12:46:38 -07:00
2012-08-16 12:46:38 -07:00
2012-08-19 23:20:02 -07:00