am 8bbd74f2: am 5e3b9354: Fix the bug that the first gesture preview trail isn\'t drawn

* commit '8bbd74f20450a73ac3d00dcb4ea031ec4a58745e':
  Fix the bug that the first gesture preview trail isn't drawn
main
Tadashi G. Takaoka 2012-08-24 01:56:08 -07:00 committed by Android Git Automerger
commit 4a048202cf
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class GesturePreviewTrail {
private final ResizableIntArray mXCoordinates = new ResizableIntArray(DEFAULT_CAPACITY);
private final ResizableIntArray mYCoordinates = new ResizableIntArray(DEFAULT_CAPACITY);
private final ResizableIntArray mEventTimes = new ResizableIntArray(DEFAULT_CAPACITY);
private int mCurrentStrokeId;
private int mCurrentStrokeId = -1;
private long mCurrentDownTime;
// Use this value as imaginary zero because x-coordinates may be zero.