Use autoscroller to handle drag scrolling

Change-Id: Ie094cbfa91f898133f84ad9ffc349d8cfa07e668
This commit is contained in:
Mindy DelliCarpini
2013-07-03 08:23:13 -07:00
parent fe7750b5d6
commit 53b8d071ce
6 changed files with 581 additions and 103 deletions

View File

@@ -123,7 +123,7 @@ public interface DropTarget {
* touch happened
* @param dragView The DragView that's being dragged around on screen.
* @param dragInfo Data associated with the object being dragged
*
*
*/
void onDrop(DragObject dragObject);