Loading quickstep/src/com/android/launcher3/taskbar/TaskbarNavButtonController.java +1 −4 Original line number Diff line number Diff line Loading @@ -94,10 +94,7 @@ public class TaskbarNavButtonController { } private void navigateToOverview() { int commandType = mService.getOverviewCommandHelper().isOverviewVisible() ? OverviewCommandHelper.TYPE_TOGGLE : OverviewCommandHelper.TYPE_SHOW; mService.getOverviewCommandHelper().addCommand(commandType); mService.getOverviewCommandHelper().addCommand(OverviewCommandHelper.TYPE_TOGGLE); } private void executeBack() { Loading quickstep/src/com/android/quickstep/OverviewCommandHelper.java +0 −5 Original line number Diff line number Diff line Loading @@ -136,11 +136,6 @@ public class OverviewCommandHelper { } } public boolean isOverviewVisible() { BaseActivityInterface activityInterface = mOverviewComponentObserver.getActivityInterface(); return activityInterface.getVisibleRecentsView() != null; } /** * Executes the task and returns true if next task can be executed. If false, then the next * task is deferred until {@link #scheduleNextTask} is called Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarNavButtonController.java +1 −4 Original line number Diff line number Diff line Loading @@ -94,10 +94,7 @@ public class TaskbarNavButtonController { } private void navigateToOverview() { int commandType = mService.getOverviewCommandHelper().isOverviewVisible() ? OverviewCommandHelper.TYPE_TOGGLE : OverviewCommandHelper.TYPE_SHOW; mService.getOverviewCommandHelper().addCommand(commandType); mService.getOverviewCommandHelper().addCommand(OverviewCommandHelper.TYPE_TOGGLE); } private void executeBack() { Loading
quickstep/src/com/android/quickstep/OverviewCommandHelper.java +0 −5 Original line number Diff line number Diff line Loading @@ -136,11 +136,6 @@ public class OverviewCommandHelper { } } public boolean isOverviewVisible() { BaseActivityInterface activityInterface = mOverviewComponentObserver.getActivityInterface(); return activityInterface.getVisibleRecentsView() != null; } /** * Executes the task and returns true if next task can be executed. If false, then the next * task is deferred until {@link #scheduleNextTask} is called Loading