Loading quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java +0 −4 Original line number Diff line number Diff line Loading @@ -782,10 +782,6 @@ public class LauncherSwipeHandler<T extends BaseDraggingActivity> } } if (endTarget == NEW_TASK) { SystemUiProxy.INSTANCE.get(mContext).onQuickSwitchToNewTask(); } if (endTarget == RECENTS || endTarget == HOME) { // Since we're now done quickStepping, we want to only listen for touch events // for the main orientation's nav bar, instead of multiple Loading quickstep/src/com/android/quickstep/SystemUiProxy.java +8 −9 Original line number Diff line number Diff line Loading @@ -334,14 +334,13 @@ public class SystemUiProxy implements ISystemUiProxy { } } public void onQuickSwitchToNewTask() { //TODO(b/150250451) add back in after big CL goes through // if (mSystemUiProxy != null) { // try { // mSystemUiProxy.onQuickSwitchToNewTask(); // } catch (RemoteException e) { // Log.w(TAG, "Failed call onQuickstepStarted", e); // } // } public void onQuickSwitchToNewTask(int rotation) { if (mSystemUiProxy != null) { try { mSystemUiProxy.onQuickSwitchToNewTask(rotation); } catch (RemoteException e) { Log.w(TAG, "Failed call onQuickSwitchToNewTask with arg: " + rotation, e); } } } } Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java +0 −4 Original line number Diff line number Diff line Loading @@ -782,10 +782,6 @@ public class LauncherSwipeHandler<T extends BaseDraggingActivity> } } if (endTarget == NEW_TASK) { SystemUiProxy.INSTANCE.get(mContext).onQuickSwitchToNewTask(); } if (endTarget == RECENTS || endTarget == HOME) { // Since we're now done quickStepping, we want to only listen for touch events // for the main orientation's nav bar, instead of multiple Loading
quickstep/src/com/android/quickstep/SystemUiProxy.java +8 −9 Original line number Diff line number Diff line Loading @@ -334,14 +334,13 @@ public class SystemUiProxy implements ISystemUiProxy { } } public void onQuickSwitchToNewTask() { //TODO(b/150250451) add back in after big CL goes through // if (mSystemUiProxy != null) { // try { // mSystemUiProxy.onQuickSwitchToNewTask(); // } catch (RemoteException e) { // Log.w(TAG, "Failed call onQuickstepStarted", e); // } // } public void onQuickSwitchToNewTask(int rotation) { if (mSystemUiProxy != null) { try { mSystemUiProxy.onQuickSwitchToNewTask(rotation); } catch (RemoteException e) { Log.w(TAG, "Failed call onQuickSwitchToNewTask with arg: " + rotation, e); } } } }