HomeSort by relevance Sort by last modified time
    Searched refs:DragGestureDetector (Results 1 - 2 of 2) sorted by null

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 25 public class DragGestureDetector {
27 private static final String TAG = "DragGestureDetector";
36 public DragGestureDetector(Context context, PhotoTable table) {
PhotoTable.java 104 private final DragGestureDetector mDragGestureDetector;
163 mDragGestureDetector = new DragGestureDetector(context, this);
    [all...]

Completed in 44 milliseconds