Searched refs:mScaleGestureDetector (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageTinyPlanet.java44 private ScaleGestureDetector mScaleGestureDetector = null; field in class:ImageTinyPlanet
79 mScaleGestureDetector = new ScaleGestureDetector(context, mScaleGestureListener);
84 mScaleGestureDetector = new ScaleGestureDetector(context,mScaleGestureListener );
113 mScaleGestureDetector.onTouchEvent(event);
H A DImageShow.java71 private ScaleGestureDetector mScaleGestureDetector = null; field in class:ImageShow
202 mScaleGestureDetector = new ScaleGestureDetector(context, this);
607 return mScaleGestureDetector.isInProgress();
618 mScaleGestureDetector.onTouchEvent(event);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCropView.java37 private ScaleGestureDetector mScaleGestureDetector; field in class:CropView
66 mScaleGestureDetector = new ScaleGestureDetector(context, this);
269 mScaleGestureDetector.onTouchEvent(event);
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DKenBurnsActivity.java73 private ScaleGestureDetector mScaleGestureDetector; field in class:KenBurnsActivity
262 mScaleGestureDetector = new ScaleGestureDetector(this, new MyScaleGestureListener());
329 mScaleGestureDetector.onTouchEvent(ev);
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java578 ScaleGestureDetector mScaleGestureDetector; field in class:DayView
762 mScaleGestureDetector = new ScaleGestureDetector(getContext(), this);
4000 int slopFactor = mScaleGestureDetector.isInProgress() ? 20 : 2;
4248 mScaleGestureDetector.onTouchEvent(ev);

Completed in 89 milliseconds