android.view.SurfaceHolder.Callback2 |
Known Indirect Subclasses
|
Additional callbacks that can be received for
SurfaceHolder.Callback
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Called when the application needs to redraw the content of its
surface, after it is resized or for some other reason.
|
[Expand]
Inherited Methods
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.view.SurfaceHolder.Callback
|
Called when the application needs to redraw the content of its
surface, after it is resized or for some other reason. By not
returning from here until the redraw is complete, you can ensure that
the user will not see your surface in a bad state (at its new
size before it has been correctly drawn that way). This will
typically be preceeded by a call to
surfaceChanged(SurfaceHolder, int, int, int)
.
holder | The SurfaceHolder whose surface has changed. |
---|