Loading go/quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onTip(actionType, viewType); } @Override public void onAssistantAvailable(boolean available) { // TODO handle assistant } /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { } Loading quickstep/libs/sysui_shared.jar +203 B (153 KiB) File changed.No diff preview for this file type. View original file View changed file quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +7 −1 Original line number Diff line number Diff line Loading @@ -121,6 +121,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onTip(actionType, viewType); } @Override public void onAssistantAvailable(boolean available) { mAssistantAvailable = available; } /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { } Loading Loading @@ -174,6 +179,7 @@ public class TouchInteractionService extends Service { private TaskOverlayFactory mTaskOverlayFactory; private InputConsumerController mInputConsumer; private SwipeSharedState mSwipeSharedState; private boolean mAssistantAvailable; private boolean mIsUserUnlocked; private List<Runnable> mOnUserUnlockedCallbacks; Loading Loading @@ -308,7 +314,7 @@ public class TouchInteractionService extends Service { if (runningTaskInfo == null && !mSwipeSharedState.goingToLauncher) { return InputConsumer.NO_OP; } else if (mOverviewInteractionState.isSwipeUpGestureEnabled() } else if (mAssistantAvailable && mOverviewInteractionState.isSwipeUpGestureEnabled() && FeatureFlags.ENABLE_ASSISTANT_GESTURE.get() && AssistantTouchConsumer.withinTouchRegion(this, event.getX())) { return new AssistantTouchConsumer(this, mRecentsModel.getSystemUiProxy()); Loading Loading
go/quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onTip(actionType, viewType); } @Override public void onAssistantAvailable(boolean available) { // TODO handle assistant } /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { } Loading
quickstep/libs/sysui_shared.jar +203 B (153 KiB) File changed.No diff preview for this file type. View original file View changed file
quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +7 −1 Original line number Diff line number Diff line Loading @@ -121,6 +121,11 @@ public class TouchInteractionService extends Service { mOverviewCommandHelper.onTip(actionType, viewType); } @Override public void onAssistantAvailable(boolean available) { mAssistantAvailable = available; } /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { } Loading Loading @@ -174,6 +179,7 @@ public class TouchInteractionService extends Service { private TaskOverlayFactory mTaskOverlayFactory; private InputConsumerController mInputConsumer; private SwipeSharedState mSwipeSharedState; private boolean mAssistantAvailable; private boolean mIsUserUnlocked; private List<Runnable> mOnUserUnlockedCallbacks; Loading Loading @@ -308,7 +314,7 @@ public class TouchInteractionService extends Service { if (runningTaskInfo == null && !mSwipeSharedState.goingToLauncher) { return InputConsumer.NO_OP; } else if (mOverviewInteractionState.isSwipeUpGestureEnabled() } else if (mAssistantAvailable && mOverviewInteractionState.isSwipeUpGestureEnabled() && FeatureFlags.ENABLE_ASSISTANT_GESTURE.get() && AssistantTouchConsumer.withinTouchRegion(this, event.getX())) { return new AssistantTouchConsumer(this, mRecentsModel.getSystemUiProxy()); Loading