add comment for now
This commit is contained in:
parent
379b8c7d24
commit
ee66140f83
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ public class MultiTouchSupport {
|
||||||
case MotionEvent.ACTION_MOVE: {
|
case MotionEvent.ACTION_MOVE: {
|
||||||
|
|
||||||
if (inZoomMode) {
|
if (inZoomMode) {
|
||||||
|
// Keep zoom center fixed or flexible
|
||||||
|
//centerPoint = new PointF((x1 + x2) / 2, (y1 + y2) / 2);
|
||||||
if (angleDefined) {
|
if (angleDefined) {
|
||||||
float a = MapUtils.unifyRotationTo360(angle - initialAngle);
|
float a = MapUtils.unifyRotationTo360(angle - initialAngle);
|
||||||
if (!isRotating && Math.abs(a) > ROTATION_THRESHOLD_DEG) {
|
if (!isRotating && Math.abs(a) > ROTATION_THRESHOLD_DEG) {
|
||||||
|
|
Loading…
Reference in a new issue