Loading services/accessibility/java/com/android/server/accessibility/gestures/TouchExplorer.java +0 −4 Original line number Diff line number Diff line Loading @@ -794,10 +794,6 @@ public class TouchExplorer extends BaseEventStreamTransformation */ private void handleMotionEventStateDelegating( MotionEvent event, MotionEvent rawEvent, int policyFlags) { if (mGestureDetector.isMultiFingerGesturesEnabled()) { // Multi-finger gestures conflict with this functionality. return; } switch (event.getActionMasked()) { case MotionEvent.ACTION_DOWN: { Slog.e(LOG_TAG, "Delegating state can only be reached if " Loading Loading
services/accessibility/java/com/android/server/accessibility/gestures/TouchExplorer.java +0 −4 Original line number Diff line number Diff line Loading @@ -794,10 +794,6 @@ public class TouchExplorer extends BaseEventStreamTransformation */ private void handleMotionEventStateDelegating( MotionEvent event, MotionEvent rawEvent, int policyFlags) { if (mGestureDetector.isMultiFingerGesturesEnabled()) { // Multi-finger gestures conflict with this functionality. return; } switch (event.getActionMasked()) { case MotionEvent.ACTION_DOWN: { Slog.e(LOG_TAG, "Delegating state can only be reached if " Loading