Searched refs:DragGestureDetector (Results 1 – 2 of 2) sorted by relevance
25 public class DragGestureDetector { class36 public DragGestureDetector(Context context, PhotoTable table) { in DragGestureDetector() method in DragGestureDetector
104 private final DragGestureDetector mDragGestureDetector;163 mDragGestureDetector = new DragGestureDetector(context, this); in PhotoTable()