| Interface | Description |
|---|---|
| ScaleGestureDetector.OnScaleGestureListener |
The listener for receiving notifications when gestures occur.
|
| Class | Description |
|---|---|
| ScaleGestureDetector |
Detects transformation gestures involving more than one pointer ("multitouch") using the supplied
MotionEvents. |
| ScaleGestureDetector.SimpleOnScaleGestureListener |
A convenience class to extend when you only want to listen for a subset of scaling-related
events.
|