Searched refs:mScaleGestureDetector (Results 1 – 4 of 4) sorted by relevance
36 private ScaleGestureDetector mScaleGestureDetector; field in CropView65 mScaleGestureDetector = new ScaleGestureDetector(context, this); in CropView()269 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
84 private ScaleGestureDetector mScaleGestureDetector; field in OverlayDisplayWindow232 mScaleGestureDetector = new ScaleGestureDetector(mContext, mOnScaleGestureListener); in createWindow()347 mScaleGestureDetector.onTouchEvent(event);
486 private final ScaleGestureDetector mScaleGestureDetector; field in ScreenMagnifier.MagnifiedContentInteractonStateHandler500 mScaleGestureDetector = new ScaleGestureDetector(context, this); in MagnifiedContentInteractonStateHandler()501 mScaleGestureDetector.setQuickScaleEnabled(false); in MagnifiedContentInteractonStateHandler()506 mScaleGestureDetector.onTouchEvent(event); in onMotionEvent()
342 private ScaleGestureDetector mScaleGestureDetector;345 boolean retVal = mScaleGestureDetector.onTouchEvent(event);