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