Searched refs:mScaleGetureDetector (Results 1 – 1 of 1) sorted by relevance
132 private ScaleGestureDetector mScaleGetureDetector; field in PhotoView211 if (mScaleGetureDetector == null || mGestureDetector == null) { in onTouchEvent()216 mScaleGetureDetector.onTouchEvent(event); in onTouchEvent()474 mScaleGetureDetector = null; in clear()1149 mScaleGetureDetector = new ScaleGestureDetector(context, this); in initialize()1150 mQuickScaleEnabled = ScaleGestureDetectorCompat.isQuickScaleEnabled(mScaleGetureDetector); in initialize()