Package org.robolectric.shadows
Class ShadowGestureDetector
- java.lang.Object
- 
- org.robolectric.shadows.ShadowGestureDetector
 
- 
 @Implements(android.view.GestureDetector.class) public class ShadowGestureDetector extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ShadowGestureDetector()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__constructor__(Context context, GestureDetector.OnGestureListener listener, Handler handler)static GestureDetectorgetLastActiveDetector()GestureDetector.OnGestureListenergetListener()GestureDetector.OnDoubleTapListenergetOnDoubleTapListener()MotionEventgetOnTouchEventMotionEvent()protected booleanonTouchEvent(MotionEvent ev)voidreset()protected voidsetOnDoubleTapListener(GestureDetector.OnDoubleTapListener onDoubleTapListener)
 
- 
- 
- 
Method Detail- 
__constructor__@Implementation protected void __constructor__(Context context, GestureDetector.OnGestureListener listener, Handler handler) 
 - 
onTouchEvent@Implementation protected boolean onTouchEvent(MotionEvent ev) 
 - 
setOnDoubleTapListener@Implementation protected void setOnDoubleTapListener(GestureDetector.OnDoubleTapListener onDoubleTapListener) 
 - 
getOnTouchEventMotionEventpublic MotionEvent getOnTouchEventMotionEvent() 
 - 
resetpublic void reset() 
 - 
getListenerpublic GestureDetector.OnGestureListener getListener() 
 - 
getLastActiveDetectorpublic static GestureDetector getLastActiveDetector() 
 - 
getOnDoubleTapListenerpublic GestureDetector.OnDoubleTapListener getOnDoubleTapListener() 
 
- 
 
-