Home
last modified time | relevance | path

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

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java30 private VersionedGestureDetector mDetector; field in TouchExampleView
46 mDetector = VersionedGestureDetector.newInstance(context, new GestureCallback()); in TouchExampleView()
51 mDetector.onTouchEvent(ev); in onTouchEvent()
DVersionedGestureDetector.java142 private ScaleGestureDetector mDetector; field in VersionedGestureDetector.FroyoDetector
145 mDetector = new ScaleGestureDetector(context, in FroyoDetector()
156 return !mDetector.isInProgress(); in shouldDrag()
161 mDetector.onTouchEvent(ev); in onTouchEvent()