public interface ApplicationDisplay
| Modifier and Type | Method and Description |
|---|---|
void |
flush(android.graphics.Bitmap bitmap,
android.graphics.Rect bounds)
Flushes the given back buffer on the application display.
|
void flush(android.graphics.Bitmap bitmap,
android.graphics.Rect bounds)
This method is called by the front panel when a flush is requested by the application and the tearing signal has been received.
bitmap - a bitmap containing the back buffer.bounds - the bounds of the bitmap to flush.