Loading services/java/com/android/server/pie/PieInputFilter.java +2 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,8 @@ public class PieInputFilter implements IInputFilter { Trace.traceBegin(Trace.TRACE_TAG_INPUT, "filterInputEvent"); } try { if (event.getSource() != InputDevice.SOURCE_TOUCHSCREEN if (((event.getSource() & InputDevice.SOURCE_TOUCHSCREEN) != InputDevice.SOURCE_TOUCHSCREEN) || !(event instanceof MotionEvent)) { sendInputEvent(event, policyFlags); return; Loading Loading
services/java/com/android/server/pie/PieInputFilter.java +2 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,8 @@ public class PieInputFilter implements IInputFilter { Trace.traceBegin(Trace.TRACE_TAG_INPUT, "filterInputEvent"); } try { if (event.getSource() != InputDevice.SOURCE_TOUCHSCREEN if (((event.getSource() & InputDevice.SOURCE_TOUCHSCREEN) != InputDevice.SOURCE_TOUCHSCREEN) || !(event instanceof MotionEvent)) { sendInputEvent(event, policyFlags); return; Loading