API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
boolean isCreating() |
Use this method to find out if the surface is in the process of being created from Callback methods. |
void setKeepScreenOn(boolean ) |
Enable or disable option to keep the screen turned on while this surface is displayed. |
void setType(int ) |
Sets the surface's type. |
Added Fields | |
---|---|
int SURFACE_TYPE_GPU |
Surface type: creates a surface suited to be used with the GPU |
int SURFACE_TYPE_HARDWARE |
Surface type: creates a suited to be used with DMA engines and hardware accelerators. |
int SURFACE_TYPE_NORMAL |
Surface type: creates a regular surface, usually in main, non contiguous, cached/buffered RAM. |
int SURFACE_TYPE_PUSH_BUFFERS |
Surface type: creates a "push" surface, that is a surface that doesn't owns its buffers. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |