Searched refs:mScaleGestureDetector (Results 1 – 4 of 4) sorted by relevance
36 private final ScaleGestureDetector mScaleGestureDetector; field in MotionEventToZoomRatioConverter63 mScaleGestureDetector = new ScaleGestureDetector(applicationContext, mScaleGestureListener); in MotionEventToZoomRatioConverter()72 return mScaleGestureDetector.onTouchEvent(motionEvent); in onTouchEvent()
44 private ScaleGestureDetector mScaleGestureDetector = null; field in ImageTinyPlanet79 mScaleGestureDetector = new ScaleGestureDetector(context, mScaleGestureListener); in ImageTinyPlanet()84 mScaleGestureDetector = new ScaleGestureDetector(context,mScaleGestureListener ); in ImageTinyPlanet()113 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
71 private ScaleGestureDetector mScaleGestureDetector = null; field in ImageShow202 mScaleGestureDetector = new ScaleGestureDetector(context, this); in setupGestureDetector()609 return mScaleGestureDetector.isInProgress(); in scaleInProgress()620 mScaleGestureDetector.onTouchEvent(event); in onTouchEvent()
374 var mScaleGestureDetector: ScaleGestureDetector variable2826 val slopFactor = if (mScaleGestureDetector.isInProgress()) 20 else 2 in doScroll()3060 mScaleGestureDetector.onTouchEvent(ev) in onTouchEvent()3973 mScaleGestureDetector = ScaleGestureDetector(getContext(), this)