public class FroyoGestureDetector extends EclairGestureDetector
| Modifier and Type | Field and Description |
|---|---|
protected android.view.ScaleGestureDetector |
mDetector |
mListener| Constructor and Description |
|---|
FroyoGestureDetector(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isScaling() |
boolean |
onTouchEvent(android.view.MotionEvent ev) |
isDragging, setOnGestureListenerpublic FroyoGestureDetector(android.content.Context context)
public boolean isScaling()
isScaling in interface GestureDetectorisScaling in class CupcakeGestureDetectorpublic boolean onTouchEvent(android.view.MotionEvent ev)
onTouchEvent in interface GestureDetectoronTouchEvent in class EclairGestureDetector