public static interface PinchScaleDetector.PinchScaleListener
| Modifier and Type | Method and Description |
|---|---|
void |
onScale(android.view.ScaleGestureDetector scaleGestureDetector,
boolean isScalingOut)
On scale.
|
void |
onScaleEnd(android.view.ScaleGestureDetector scaleGestureDetector)
On scale end.
|
void |
onScaleStart(android.view.ScaleGestureDetector scaleGestureDetector)
On scale start.
|
void onScale(android.view.ScaleGestureDetector scaleGestureDetector,
boolean isScalingOut)
scaleGestureDetector - the scale gesture detectorisScalingOut - the is scaling outvoid onScaleStart(android.view.ScaleGestureDetector scaleGestureDetector)
scaleGestureDetector - the scale gesture detectorvoid onScaleEnd(android.view.ScaleGestureDetector scaleGestureDetector)
scaleGestureDetector - the scale gesture detector