Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java104 private final DragGestureDetector mDragGestureDetector; field in PhotoTable
163 mDragGestureDetector = new DragGestureDetector(context, this); in PhotoTable()
406 return mEdgeSwipeDetector.onTouchEvent(event) || mDragGestureDetector.onTouchEvent(event); in onGenericMotionEvent()