Merge "Start PiP dismiss from SysUI via TaskOrganizer" into rvc-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user