@Implements(value=android.view.GestureDetector.class) public class ShadowGestureDetector extends Object
Constructor and Description |
---|
ShadowGestureDetector() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(Context context,
GestureDetector.OnGestureListener listener,
Handler handler) |
static GestureDetector |
getLastActiveDetector() |
GestureDetector.OnGestureListener |
getListener() |
GestureDetector.OnDoubleTapListener |
getOnDoubleTapListener() |
MotionEvent |
getOnTouchEventMotionEvent() |
protected boolean |
onTouchEvent(MotionEvent ev) |
void |
reset() |
protected void |
setOnDoubleTapListener(GestureDetector.OnDoubleTapListener onDoubleTapListener) |
@Implementation protected void __constructor__(Context context, GestureDetector.OnGestureListener listener, Handler handler)
@Implementation protected boolean onTouchEvent(MotionEvent ev)
@Implementation protected void setOnDoubleTapListener(GestureDetector.OnDoubleTapListener onDoubleTapListener)
public MotionEvent getOnTouchEventMotionEvent()
public void reset()
public GestureDetector.OnGestureListener getListener()
public static GestureDetector getLastActiveDetector()
public GestureDetector.OnDoubleTapListener getOnDoubleTapListener()