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