Merge "Remove legacy involveSplitScreen API"

This commit is contained in:
TreeHugger Robot
2020-09-25 01:44:10 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 12 deletions
@@ -113,17 +113,6 @@ public class SystemUiProxy implements ISystemUiProxy {
}
}
@Override
public void onSplitScreenInvoked() {
if (mSystemUiProxy != null) {
try {
mSystemUiProxy.onSplitScreenInvoked();
} catch (RemoteException e) {
Log.w(TAG, "Failed call onSplitScreenInvoked", e);
}
}
}
@Override
public void onOverviewShown(boolean fromHome) {
onOverviewShown(fromHome, TAG);
@@ -228,7 +228,6 @@ public interface TaskShortcutFactory {
@Override
protected boolean onActivityStarted(BaseDraggingActivity activity) {
SystemUiProxy.INSTANCE.get(activity).onSplitScreenInvoked();
activity.getUserEventDispatcher().logActionOnControl(TAP,
LauncherLogProto.ControlType.SPLIT_SCREEN_TARGET);
return true;