Searched refs:mDragGestureDetector (Results 1 – 1 of 1) sorted by relevance
104 private final DragGestureDetector mDragGestureDetector; field in PhotoTable163 mDragGestureDetector = new DragGestureDetector(context, this); in PhotoTable()406 return mEdgeSwipeDetector.onTouchEvent(event) || mDragGestureDetector.onTouchEvent(event); in onGenericMotionEvent()