Loading quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +1 −3 Original line number Diff line number Diff line Loading @@ -1305,11 +1305,9 @@ public class QuickstepLauncher extends Launcher { : groupTask.mSplitBounds.leftTaskPercent); } @Override public boolean isCommandQueueEmpty() { OverviewCommandHelper overviewCommandHelper = mTISBindHelper.getOverviewCommandHelper(); return super.isCommandQueueEmpty() && (overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty()); return overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty(); } private static final class LauncherTaskViewController extends Loading quickstep/src/com/android/quickstep/RecentsActivity.java +1 −3 Original line number Diff line number Diff line Loading @@ -467,10 +467,8 @@ public final class RecentsActivity extends StatefulActivity<RecentsState> { }; } @Override public boolean isCommandQueueEmpty() { OverviewCommandHelper overviewCommandHelper = mTISBindHelper.getOverviewCommandHelper(); return super.isCommandQueueEmpty() && (overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty()); return overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty(); } } quickstep/src/com/android/quickstep/fallback/FallbackRecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ public class FallbackRecentsView extends RecentsView<RecentsActivity, RecentsSta } @Override public boolean isCommandQueueEmpty() { protected boolean isCommandQueueEmpty() { return mActivity.isCommandQueueEmpty(); } Loading quickstep/src/com/android/quickstep/views/LauncherRecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ public class LauncherRecentsView extends RecentsView<QuickstepLauncher, Launcher } @Override public boolean isCommandQueueEmpty() { protected boolean isCommandQueueEmpty() { return mActivity.isCommandQueueEmpty(); } Loading quickstep/src/com/android/quickstep/views/RecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2374,7 +2374,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T protected abstract void handleStartHome(boolean animated); /** Returns whether the overview command helper queue is empty. */ public abstract boolean isCommandQueueEmpty(); protected abstract boolean isCommandQueueEmpty(); public void reset() { setCurrentTask(-1); Loading Loading
quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +1 −3 Original line number Diff line number Diff line Loading @@ -1305,11 +1305,9 @@ public class QuickstepLauncher extends Launcher { : groupTask.mSplitBounds.leftTaskPercent); } @Override public boolean isCommandQueueEmpty() { OverviewCommandHelper overviewCommandHelper = mTISBindHelper.getOverviewCommandHelper(); return super.isCommandQueueEmpty() && (overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty()); return overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty(); } private static final class LauncherTaskViewController extends Loading
quickstep/src/com/android/quickstep/RecentsActivity.java +1 −3 Original line number Diff line number Diff line Loading @@ -467,10 +467,8 @@ public final class RecentsActivity extends StatefulActivity<RecentsState> { }; } @Override public boolean isCommandQueueEmpty() { OverviewCommandHelper overviewCommandHelper = mTISBindHelper.getOverviewCommandHelper(); return super.isCommandQueueEmpty() && (overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty()); return overviewCommandHelper == null || overviewCommandHelper.isCommandQueueEmpty(); } }
quickstep/src/com/android/quickstep/fallback/FallbackRecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ public class FallbackRecentsView extends RecentsView<RecentsActivity, RecentsSta } @Override public boolean isCommandQueueEmpty() { protected boolean isCommandQueueEmpty() { return mActivity.isCommandQueueEmpty(); } Loading
quickstep/src/com/android/quickstep/views/LauncherRecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ public class LauncherRecentsView extends RecentsView<QuickstepLauncher, Launcher } @Override public boolean isCommandQueueEmpty() { protected boolean isCommandQueueEmpty() { return mActivity.isCommandQueueEmpty(); } Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2374,7 +2374,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T protected abstract void handleStartHome(boolean animated); /** Returns whether the overview command helper queue is empty. */ public abstract boolean isCommandQueueEmpty(); protected abstract boolean isCommandQueueEmpty(); public void reset() { setCurrentTask(-1); Loading