Loading core/java/android/view/GestureDetector.java +4 −1 Original line number Original line Diff line number Diff line Loading @@ -653,7 +653,7 @@ public class GestureDetector { break; break; case MotionEvent.ACTION_MOVE: case MotionEvent.ACTION_MOVE: if (mInLongPress || mInContextClick) { if ((mCurrentDownEvent == null) || mInLongPress || mInContextClick) { break; break; } } Loading Loading @@ -736,6 +736,9 @@ public class GestureDetector { break; break; case MotionEvent.ACTION_UP: case MotionEvent.ACTION_UP: if (mCurrentDownEvent == null) { break; } mStillDown = false; mStillDown = false; MotionEvent currentUpEvent = MotionEvent.obtain(ev); MotionEvent currentUpEvent = MotionEvent.obtain(ev); if (mIsDoubleTapping) { if (mIsDoubleTapping) { Loading Loading
core/java/android/view/GestureDetector.java +4 −1 Original line number Original line Diff line number Diff line Loading @@ -653,7 +653,7 @@ public class GestureDetector { break; break; case MotionEvent.ACTION_MOVE: case MotionEvent.ACTION_MOVE: if (mInLongPress || mInContextClick) { if ((mCurrentDownEvent == null) || mInLongPress || mInContextClick) { break; break; } } Loading Loading @@ -736,6 +736,9 @@ public class GestureDetector { break; break; case MotionEvent.ACTION_UP: case MotionEvent.ACTION_UP: if (mCurrentDownEvent == null) { break; } mStillDown = false; mStillDown = false; MotionEvent currentUpEvent = MotionEvent.obtain(ev); MotionEvent currentUpEvent = MotionEvent.obtain(ev); if (mIsDoubleTapping) { if (mIsDoubleTapping) { Loading