Home
last modified time | relevance | path

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

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