-
public class CustomGestureDetectorDoes a whole lot of gesture detecting.
-
-
Constructor Summary
Constructors Constructor Description CustomGestureDetector(Context context, OnGestureListener listener)
-
Method Summary
Modifier and Type Method Description booleanisScaling()booleanisDragging()booleanonTouchEvent(MotionEvent ev)-
-
Constructor Detail
-
CustomGestureDetector
CustomGestureDetector(Context context, OnGestureListener listener)
-
-
Method Detail
-
isScaling
boolean isScaling()
-
isDragging
boolean isDragging()
-
onTouchEvent
boolean onTouchEvent(MotionEvent ev)
-
-
-
-