Loading quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +3 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,9 @@ public class TouchInteractionService extends Service implements if (mInputEventReceiver != null) { mInputEventReceiver.dispose(); mInputEventReceiver = null; if (TestProtocol.sDebugTracing) { Log.d(TestProtocol.NO_BACKGROUND_TO_OVERVIEW_TAG, "disposeEventHandlers"); } } if (mInputMonitorCompat != null) { mInputMonitorCompat.dispose(); Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +3 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,9 @@ public class TouchInteractionService extends Service implements if (mInputEventReceiver != null) { mInputEventReceiver.dispose(); mInputEventReceiver = null; if (TestProtocol.sDebugTracing) { Log.d(TestProtocol.NO_BACKGROUND_TO_OVERVIEW_TAG, "disposeEventHandlers"); } } if (mInputMonitorCompat != null) { mInputMonitorCompat.dispose(); Loading