Searched refs:DragGestureDetector (Results 1 - 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java25 public class DragGestureDetector { class
27 private static final String TAG = "DragGestureDetector";
36 public DragGestureDetector(Context context, PhotoTable table) { method in class:DragGestureDetector
H A DPhotoTable.java104 private final DragGestureDetector mDragGestureDetector;
163 mDragGestureDetector = new DragGestureDetector(context, this);

Completed in 74 milliseconds