public static class ScaledMotionEventWrapper.TransformDiff
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
angleDiff |
float |
distanceDiff |
float |
scale |
float |
xDiff |
float |
yDiff |
| Constructor and Description |
|---|
TransformDiff(float distanceDiff,
float angleDiff,
float xDiff,
float yDiff,
float scale) |