Searched refs:mScaleGestureDetector (Results 1 – 4 of 4) sorted by relevance
37 private ScaleGestureDetector mScaleGestureDetector; field in CropView66 mScaleGestureDetector = new ScaleGestureDetector(context, this); in CropView()270 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
84 private ScaleGestureDetector mScaleGestureDetector; field in OverlayDisplayWindow220 mScaleGestureDetector = new ScaleGestureDetector(mContext, mOnScaleGestureListener); in createWindow()332 mScaleGestureDetector.onTouchEvent(event);
497 private final ScaleGestureDetector mScaleGestureDetector; field in ScreenMagnifier.MagnifiedContentInteractonStateHandler504 mScaleGestureDetector = new ScaleGestureDetector(context, this); in MagnifiedContentInteractonStateHandler()505 mScaleGestureDetector.setQuickScaleEnabled(false); in MagnifiedContentInteractonStateHandler()510 mScaleGestureDetector.onTouchEvent(event); in onMotionEvent()
342 private ScaleGestureDetector mScaleGestureDetector;345 boolean retVal = mScaleGestureDetector.onTouchEvent(event);