public abstract static class VirtualDisplay.Callback extends Object
VirtualDisplay
's state changes.Constructor and Description |
---|
Callback() |
Modifier and Type | Method and Description |
---|---|
void |
onPaused()
Called when the virtual display video projection has been
paused by the system or when the surface has been detached
by the application by calling setSurface(null).
|
void |
onResumed()
Called when the virtual display video projection has been
resumed after having been paused.
|
void |
onStopped()
Called when the virtual display video projection has been
stopped by the system.
|
public void onPaused()
public void onResumed()
public void onStopped()