Searched refs:mScaleGestureDetector (Results 1 – 5 of 5) sorted by relevance
31 private ScaleGestureDetector mScaleGestureDetector; field in ScaleGesture37 mScaleGestureDetector = new ScaleGestureDetector(this, new OnScaleGestureListener()); in onCreate()47 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);
209 private ScaleGestureDetector mScaleGestureDetector; field in OverlayDisplayWindow.JellybeanMr1Impl330 mScaleGestureDetector = new ScaleGestureDetector(mContext, mOnScaleGestureListener); in createWindow()456 mScaleGestureDetector.onTouchEvent(event);
226 mPanningScalingState.mScaleGestureDetector.onTouchEvent(event); in handleEventWith()392 private final ScaleGestureDetector mScaleGestureDetector; field in MagnificationGestureHandler.PanningScalingState405 mScaleGestureDetector = new ScaleGestureDetector(context, this, Handler.getMain()); in PanningScalingState()406 mScaleGestureDetector.setQuickScaleEnabled(false); in PanningScalingState()