public class PipRecentsOverlayManager extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PipRecentsOverlayManager.Callback |
Modifier and Type | Method and Description |
---|---|
void |
clearFocus()
Request focus to the PIP Recents overlay.
|
void |
onRecentsPaused()
Called when Recents is paused.
|
void |
onRecentsResumed()
Called when Recents is resumed.
|
void |
removePipRecentsOverlayView()
Remove Recents overlay view.
|
void |
requestFocus(boolean hasFocusableInRecents)
Request focus to the PIP Recents overlay.
|
void |
setCallback(PipRecentsOverlayManager.Callback listener) |
public void removePipRecentsOverlayView()
public void requestFocus(boolean hasFocusableInRecents)
RecentsTvActivity
.hasFocusableInRecents
- true
if Recents can have focus. (i.e. Has a recent task)public void clearFocus()
public void setCallback(PipRecentsOverlayManager.Callback listener)
public void onRecentsResumed()
public void onRecentsPaused()