Loading quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import static android.view.MotionEvent.ACTION_CANCEL; import static android.view.MotionEvent.ACTION_DOWN; import static android.view.MotionEvent.ACTION_UP; import static com.android.launcher3.config.FeatureFlags.ASSISTANT_GIVES_LAUNCHER_FOCUS; import static com.android.launcher3.config.FeatureFlags.ENABLE_QUICKSTEP_LIVE_TILE; import static com.android.launcher3.util.Executors.MAIN_EXECUTOR; import static com.android.quickstep.GestureState.DEFAULT_STATE; Loading Loading @@ -704,8 +705,10 @@ public class TouchInteractionService extends Service implements PluginListener<O if (activity.getRootView().hasWindowFocus() || previousGestureState.isRunningAnimationToLauncher() || (FeatureFlags.ASSISTANT_GIVES_LAUNCHER_FOCUS.get() && forceOverviewInputConsumer)) { || (ASSISTANT_GIVES_LAUNCHER_FOCUS.get() && forceOverviewInputConsumer) || (ENABLE_QUICKSTEP_LIVE_TILE.get()) && gestureState.getActivityInterface().isInLiveTileMode()) { return new OverviewInputConsumer(gestureState, activity, mInputMonitorCompat, false /* startingInActivityBounds */); } else { Loading Loading
quickstep/src/com/android/quickstep/TouchInteractionService.java +5 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import static android.view.MotionEvent.ACTION_CANCEL; import static android.view.MotionEvent.ACTION_DOWN; import static android.view.MotionEvent.ACTION_UP; import static com.android.launcher3.config.FeatureFlags.ASSISTANT_GIVES_LAUNCHER_FOCUS; import static com.android.launcher3.config.FeatureFlags.ENABLE_QUICKSTEP_LIVE_TILE; import static com.android.launcher3.util.Executors.MAIN_EXECUTOR; import static com.android.quickstep.GestureState.DEFAULT_STATE; Loading Loading @@ -704,8 +705,10 @@ public class TouchInteractionService extends Service implements PluginListener<O if (activity.getRootView().hasWindowFocus() || previousGestureState.isRunningAnimationToLauncher() || (FeatureFlags.ASSISTANT_GIVES_LAUNCHER_FOCUS.get() && forceOverviewInputConsumer)) { || (ASSISTANT_GIVES_LAUNCHER_FOCUS.get() && forceOverviewInputConsumer) || (ENABLE_QUICKSTEP_LIVE_TILE.get()) && gestureState.getActivityInterface().isInLiveTileMode()) { return new OverviewInputConsumer(gestureState, activity, mInputMonitorCompat, false /* startingInActivityBounds */); } else { Loading