public class SimpleTwoFingerDoubleTapDetector
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener
The listener that is used to notify when a two finger double-tap occurs
|
Constructor and Description |
---|
SimpleTwoFingerDoubleTapDetector(SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
onTouchEvent(android.view.MotionEvent event) |
public SimpleTwoFingerDoubleTapDetector(SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener listener)