Loading quickstep/libs/sysui_shared.jar +232 B (116 KiB) File changed.No diff preview for this file type. View original file View changed file quickstep/src/com/android/quickstep/OtherActivityTouchConsumer.java +0 −5 Original line number Diff line number Diff line Loading @@ -205,11 +205,6 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC } // Notify the handler that the gesture has actually started mInteractionHandler.onGestureStarted(); // Notify the system that we have started tracking the event if (mISystemUiProxy != null) { executeSafely(mISystemUiProxy::onRecentsAnimationStarted); } } private boolean isNavBarOnRight() { Loading quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onOverviewHidden(); } } @Override public void onQuickStep(MotionEvent motionEvent) throws RemoteException { } }; private final TouchConsumer mNoOpTouchConsumer = (ev) -> {}; Loading Loading
quickstep/libs/sysui_shared.jar +232 B (116 KiB) File changed.No diff preview for this file type. View original file View changed file
quickstep/src/com/android/quickstep/OtherActivityTouchConsumer.java +0 −5 Original line number Diff line number Diff line Loading @@ -205,11 +205,6 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC } // Notify the handler that the gesture has actually started mInteractionHandler.onGestureStarted(); // Notify the system that we have started tracking the event if (mISystemUiProxy != null) { executeSafely(mISystemUiProxy::onRecentsAnimationStarted); } } private boolean isNavBarOnRight() { Loading
quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onOverviewHidden(); } } @Override public void onQuickStep(MotionEvent motionEvent) throws RemoteException { } }; private final TouchConsumer mNoOpTouchConsumer = (ev) -> {}; Loading