Searched refs:mScaleGestureDetector (Results 1 – 4 of 4) sorted by relevance
26 private ScaleGestureDetector mScaleGestureDetector; field in ScaleGesture32 mScaleGestureDetector = new ScaleGestureDetector(this, new OnScaleGestureListener()); in onCreate()42 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
36 private ScaleGestureDetector mScaleGestureDetector; field in CropView65 mScaleGestureDetector = new ScaleGestureDetector(context, this); in CropView()269 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
85 private ScaleGestureDetector mScaleGestureDetector; field in OverlayDisplayWindow235 mScaleGestureDetector = new ScaleGestureDetector(mContext, mOnScaleGestureListener); in createWindow()350 mScaleGestureDetector.onTouchEvent(event);
234 mPanningScalingState.mScaleGestureDetector.onTouchEvent(event); in handleEventWith()377 private final ScaleGestureDetector mScaleGestureDetector; field in MagnificationGestureHandler.PanningScalingState390 mScaleGestureDetector = new ScaleGestureDetector(context, this, Handler.getMain()); in PanningScalingState()391 mScaleGestureDetector.setQuickScaleEnabled(false); in PanningScalingState()