Home | History | Annotate | Download | only in media

Lines Matching full:mgesturedetector

61     private GestureDetector mGestureDetector;
78 mGestureDetector = new GestureDetector(context, this);
80 mGestureDetector.setIsLongpressEnabled(true);
182 mGestureDetector.onTouchEvent(event);