Home | History | Annotate | Download | only in camera

Lines Matching defs:mGestureDetector

160     private GestureDetector mGestureDetector;
404 mGestureDetector = new GestureDetector(this, new ZoomGestureListener());
466 if (!super.dispatchTouchEvent(m) && mGestureDetector != null) {
467 return mGestureDetector.onTouchEvent(m);