Home | History | Annotate | Download | only in widget

Lines Matching full:mgesturedetector

101     private GestureDetector mGestureDetector;
184 mGestureDetector = new GestureDetector(context, this);
185 mGestureDetector.setIsLongpressEnabled(true);
842 boolean retValue = mGestureDetector.onTouchEvent(event);