public static interface PipManager.Listener
Modifier and Type | Method and Description |
---|---|
void |
onMoveToFullscreen()
Invoked when the PIPed activity is about to return back to the fullscreen.
|
void |
onPipActivityClosed()
Invoked when a PIPed activity is closed.
|
void |
onPipEntered()
Invoked when an activity is pinned and PIP manager is set corresponding information.
|
void |
onPipResizeAboutToStart()
Invoked when we are above to start resizing the Pip.
|
void |
onShowPipMenu()
Invoked when the PIP menu gets shown.
|
void onPipEntered()
android.app.ITaskStackListener.onActivityPinned
because there's no guarantee for the PIP manager be return relavent information
correctly. (e.g. isPipShown
).void onPipActivityClosed()
void onShowPipMenu()
void onMoveToFullscreen()
void onPipResizeAboutToStart()