Loading quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -1431,7 +1431,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext { && !(foundTaskView instanceof DesktopTaskView)) { TestLogging.recordEvent( TestProtocol.SEQUENCE_MAIN, "start: taskbarAppIcon"); foundTaskView.launchTasks(); foundTaskView.launchWithAnimation(); return; } } Loading quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer, .append(" is missing."), QUICK_SWITCH_FROM_HOME_FALLBACK); } taskToLaunch.launchTask(success -> { taskToLaunch.launchWithoutAnimation(success -> { if (!success) { getStateManager().goToState(OVERVIEW); } else { Loading quickstep/src/com/android/launcher3/uioverrides/states/OverviewState.java +1 −1 Original line number Diff line number Diff line Loading @@ -209,7 +209,7 @@ public class OverviewState extends LauncherState { TaskView taskView = recentsView.getRunningTaskView(); if (taskView != null) { if (recentsView.isTaskViewFullyVisible(taskView)) { taskView.launchTasks(); taskView.launchWithAnimation(); } else { recentsView.snapToPage(recentsView.indexOfChild(taskView)); } Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -2370,7 +2370,7 @@ public abstract class AbsSwipeUpHandler< ActiveGestureLog.INSTANCE.trackEvent(EXPECTING_TASK_APPEARED); } ActiveGestureLog.INSTANCE.addLog(nextTaskLog); nextTask.launchTask(success -> { nextTask.launchWithoutAnimation(true, success -> { resultCallback.accept(success); if (success) { if (hasTaskPreviouslyAppeared) { Loading @@ -2383,7 +2383,7 @@ public abstract class AbsSwipeUpHandler< } } return Unit.INSTANCE; }, true /* freezeTaskList */); } /* freezeTaskList */); } else { mContainerInterface.onLaunchTaskFailed(); Toast.makeText(mContext, R.string.activity_not_available, LENGTH_SHORT).show(); Loading quickstep/src/com/android/quickstep/OverviewCommandHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ constructor( if (taskView != null) { waitForToggleCommandComplete = true taskView.isEndQuickSwitchCuj = true callbackList = taskView.launchTasks() callbackList = taskView.launchWithAnimation() } if (callbackList != null) { Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -1431,7 +1431,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext { && !(foundTaskView instanceof DesktopTaskView)) { TestLogging.recordEvent( TestProtocol.SEQUENCE_MAIN, "start: taskbarAppIcon"); foundTaskView.launchTasks(); foundTaskView.launchWithAnimation(); return; } } Loading
quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer, .append(" is missing."), QUICK_SWITCH_FROM_HOME_FALLBACK); } taskToLaunch.launchTask(success -> { taskToLaunch.launchWithoutAnimation(success -> { if (!success) { getStateManager().goToState(OVERVIEW); } else { Loading
quickstep/src/com/android/launcher3/uioverrides/states/OverviewState.java +1 −1 Original line number Diff line number Diff line Loading @@ -209,7 +209,7 @@ public class OverviewState extends LauncherState { TaskView taskView = recentsView.getRunningTaskView(); if (taskView != null) { if (recentsView.isTaskViewFullyVisible(taskView)) { taskView.launchTasks(); taskView.launchWithAnimation(); } else { recentsView.snapToPage(recentsView.indexOfChild(taskView)); } Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -2370,7 +2370,7 @@ public abstract class AbsSwipeUpHandler< ActiveGestureLog.INSTANCE.trackEvent(EXPECTING_TASK_APPEARED); } ActiveGestureLog.INSTANCE.addLog(nextTaskLog); nextTask.launchTask(success -> { nextTask.launchWithoutAnimation(true, success -> { resultCallback.accept(success); if (success) { if (hasTaskPreviouslyAppeared) { Loading @@ -2383,7 +2383,7 @@ public abstract class AbsSwipeUpHandler< } } return Unit.INSTANCE; }, true /* freezeTaskList */); } /* freezeTaskList */); } else { mContainerInterface.onLaunchTaskFailed(); Toast.makeText(mContext, R.string.activity_not_available, LENGTH_SHORT).show(); Loading
quickstep/src/com/android/quickstep/OverviewCommandHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ constructor( if (taskView != null) { waitForToggleCommandComplete = true taskView.isEndQuickSwitchCuj = true callbackList = taskView.launchTasks() callbackList = taskView.launchWithAnimation() } if (callbackList != null) { Loading