Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1bb929b authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 8f2ca788: Merge "Fix bug 2757693 - Multi-touch coordinates can jump when a...

am 8f2ca788: Merge "Fix bug 2757693 - Multi-touch coordinates can jump when a finger goes down." into froyo

Merge commit '8f2ca788' into froyo-plus-aosp

* commit '8f2ca788':
  Fix bug 2757693 - Multi-touch coordinates can jump when a finger goes down.
parents 321e8158 8f2ca788
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -671,6 +671,8 @@ public class InputDevice {
                        System.arraycopy(lastData, i*MotionEvent.NUM_SAMPLE_DATA,
                                lastData, (i+1)*MotionEvent.NUM_SAMPLE_DATA,
                                (lastNumPointers-i)*MotionEvent.NUM_SAMPLE_DATA);
                        System.arraycopy(next2Last, i, next2Last,
                                i+1, lastNumPointers-i);
                        break;
                    }
                    i++;