Home | History | Annotate | Download | only in calendar

Lines Matching refs:mScaleGestureDetector

578     ScaleGestureDetector mScaleGestureDetector;
762 mScaleGestureDetector = new ScaleGestureDetector(getContext(), this);
4000 int slopFactor = mScaleGestureDetector.isInProgress() ? 20 : 2;
4248 mScaleGestureDetector.onTouchEvent(ev);