public final class AndroidGraphicsLiveWallpaper extends AndroidGraphics
AndroidGraphics specialized for live wallpaper applications.config, deltaTime, fps, frameId, frames, frameStart, lastFrameTime| Constructor and Description |
|---|
AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp,
AndroidApplicationConfiguration config,
ResolutionStrategy resolutionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected GLSurfaceView20 |
createGLSurfaceView(AndroidApplicationBase application,
ResolutionStrategy resolutionStrategy) |
protected void |
logManagedCachesStatus() |
void |
onDestroyGLSurfaceView() |
void |
onDrawFrame(javax.microedition.khronos.opengles.GL10 gl) |
checkGL20, clearManagedCaches, getBackBufferHeight, getBackBufferWidth, getBufferFormat, getDeltaTime, getDensity, getDisplayMode, getDisplayMode, getDisplayModes, getDisplayModes, getEglConfigChooser, getFrameId, getFramesPerSecond, getGL20, getGL30, getGLVersion, getHeight, getMonitor, getMonitors, getPpcX, getPpcY, getPpiX, getPpiY, getPrimaryMonitor, getRawDeltaTime, getSafeInsetBottom, getSafeInsetLeft, getSafeInsetRight, getSafeInsetTop, getType, getView, getWidth, isContinuousRendering, isFullscreen, isGL30Available, logConfig, newCursor, onPauseGLSurfaceView, onResumeGLSurfaceView, onSurfaceChanged, onSurfaceCreated, preserveEGLContextOnPause, requestRendering, setContinuousRendering, setCursor, setFullscreenMode, setGL20, setGL30, setResizable, setSystemCursor, setTitle, setUndecorated, setupGL, setVSync, setWindowedMode, supportsDisplayModeChange, supportsExtension, updatePpi, updateSafeAreaInsetspublic AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp, AndroidApplicationConfiguration config, ResolutionStrategy resolutionStrategy)
protected GLSurfaceView20 createGLSurfaceView(AndroidApplicationBase application, ResolutionStrategy resolutionStrategy)
createGLSurfaceView in class AndroidGraphicspublic void onDestroyGLSurfaceView()
public void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
onDrawFrame in interface android.opengl.GLSurfaceView.RendereronDrawFrame in class AndroidGraphicsprotected void logManagedCachesStatus()
logManagedCachesStatus in class AndroidGraphics