Merge "Start PiP dismiss from SysUI via TaskOrganizer" into rvc-dev

This commit is contained in:
Hongwei Wang
2020-03-27 19:27:08 +00:00
committed by Android (Google) Code Review
5 changed files with 52 additions and 53 deletions

View File

@@ -298,13 +298,6 @@ interface IActivityTaskManager {
void reportSizeConfigurations(in IBinder token, in int[] horizontalSizeConfiguration,
in int[] verticalSizeConfigurations, in int[] smallestWidthConfigurations);
/**
* Dismisses PiP
* @param animate True if the dismissal should be animated.
* @param animationDuration The duration of the resize animation in milliseconds or -1 if the
* default animation duration should be used.
*/
void dismissPip(boolean animate, int animationDuration);
void suppressResizeConfigChanges(boolean suppress);
void moveTasksToFullscreenStack(int fromStackId, boolean onTop);
boolean moveTopActivityToPinnedStack(int stackId, in Rect bounds);