Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch detection

Change-Id: I5ca377124a5888f0f45206d5de2d0a4b37e63351
This commit is contained in:
Adam Powell
2011-06-09 11:39:21 -07:00
parent 31bc2f9252
commit 17921eefe3

View File

@@ -610,6 +610,8 @@ public class GestureDetector {
mVelocityTracker = null;
mIsDoubleTapping = false;
mStillDown = false;
mAlwaysInTapRegion = false;
mAlwaysInBiggerTapRegion = false;
if (mInLongPress) {
mInLongPress = false;
}