Home
last modified time | relevance | path

Searched refs:mScaleGetureDetector (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java132 private ScaleGestureDetector mScaleGetureDetector; field in PhotoView
211 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()