Loading services/accessibility/java/com/android/server/accessibility/TouchExplorer.java +0 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,6 @@ class TouchExplorer implements EventStreamTransformation { // Send an event to the end of the drag gesture. sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); } mCurrentState = STATE_TOUCH_EXPLORING; } break; case MotionEvent.ACTION_UP: { mAms.onTouchInteractionEnd(); Loading Loading
services/accessibility/java/com/android/server/accessibility/TouchExplorer.java +0 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,6 @@ class TouchExplorer implements EventStreamTransformation { // Send an event to the end of the drag gesture. sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); } mCurrentState = STATE_TOUCH_EXPLORING; } break; case MotionEvent.ACTION_UP: { mAms.onTouchInteractionEnd(); Loading