public static interface StandardScaleGestureDetector.StandardOnScaleGestureListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onScale(StandardScaleGestureDetector detector)
Called for every scale change during the gesture.
|
boolean |
onScaleBegin(StandardScaleGestureDetector detector)
Indicates that the scale gesture started.
|
void |
onScaleEnd(StandardScaleGestureDetector detector,
float velocityX,
float velocityY)
Indicates that the scale gesture ended.
|
boolean onScaleBegin(StandardScaleGestureDetector detector)
detector - this detectoronScale(StandardScaleGestureDetector) callbacks,
false if you want to ignore this gesture.boolean onScale(StandardScaleGestureDetector detector)
detector - this detectorvoid onScaleEnd(StandardScaleGestureDetector detector, float velocityX, float velocityY)
detector - this detectorvelocityX - velocityX of the gesture in the moment of lifting the fingersvelocityY - velocityY of the gesture in the moment of lifting the fingers