Searched defs:mScaleGetureDetector (Results 1 - 1 of 1) sorted by path

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java130 private ScaleGestureDetector mScaleGetureDetector; field in class:PhotoView
209 if (mScaleGetureDetector == null || mGestureDetector == null) {
214 mScaleGetureDetector.onTouchEvent(event);
503 mScaleGetureDetector = null;
1132 mScaleGetureDetector = new ScaleGestureDetector(context, this);
1133 mQuickScaleEnabled = ScaleGestureDetectorCompat.isQuickScaleEnabled(mScaleGetureDetector);

Completed in 40 milliseconds