public abstract class TwoFingerGestureDetector extends BaseGestureDetector
| Constructor and Description |
|---|
TwoFingerGestureDetector(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCurrentSpan()
Return the current distance between the two pointers forming the
gesture in progress.
|
float |
getCurrentSpanX()
Return the current x-distance between the two pointers forming the
gesture in progress.
|
float |
getCurrentSpanY()
Return the current y-distance between the two pointers forming the
gesture in progress.
|
float |
getPreviousSpan()
Return the previous distance between the two pointers forming the
gesture in progress.
|
float |
getPreviousSpanX()
Return the previous x-distance between the two pointers forming the
gesture in progress.
|
float |
getPreviousSpanY()
Return the previous y-distance between the two pointers forming the
gesture in progress.
|
getEventTime, getTimeDelta, isInProgress, onTouchEventpublic TwoFingerGestureDetector(android.content.Context context)
public float getCurrentSpanX()
public float getCurrentSpanY()
public float getPreviousSpanX()
public float getPreviousSpanY()
public float getCurrentSpan()
public float getPreviousSpan()