Searched refs:mDetector (Results 1 – 2 of 2) sorted by relevance
30 private VersionedGestureDetector mDetector; field in TouchExampleView46 mDetector = VersionedGestureDetector.newInstance(context, new GestureCallback()); in TouchExampleView()51 mDetector.onTouchEvent(ev); in onTouchEvent()
142 private ScaleGestureDetector mDetector; field in VersionedGestureDetector.FroyoDetector145 mDetector = new ScaleGestureDetector(context, in FroyoDetector()156 return !mDetector.isInProgress(); in shouldDrag()161 mDetector.onTouchEvent(ev); in onTouchEvent()