| Package | Description |
|---|---|
| com.badlogic.gdx.backends.android | |
| com.badlogic.gdx.backends.android.surfaceview |
| Modifier and Type | Field and Description |
|---|---|
ResolutionStrategy |
AndroidApplicationConfiguration.resolutionStrategy
the
ResolutionStrategy. |
| Constructor and Description |
|---|
AndroidGraphics(AndroidApplicationBase application,
AndroidApplicationConfiguration config,
ResolutionStrategy resolutionStrategy) |
AndroidGraphics(AndroidApplicationBase application,
AndroidApplicationConfiguration config,
ResolutionStrategy resolutionStrategy,
boolean focusableView) |
AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp,
AndroidApplicationConfiguration config,
ResolutionStrategy resolutionStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
FillResolutionStrategy
This
ResolutionStrategy will stretch the GLSurfaceView to full screen. |
class |
FixedResolutionStrategy
This
ResolutionStrategy will place the GLSurfaceView with the given height and width in the center the screen. |
class |
RatioResolutionStrategy
This
ResolutionStrategy will maintain a given aspect ratio and stretch the GLSurfaceView to the maximum available
screen size. |
| Constructor and Description |
|---|
GLSurfaceView20(android.content.Context context,
boolean translucent,
int depth,
int stencil,
ResolutionStrategy resolutionStrategy) |
GLSurfaceView20(android.content.Context context,
ResolutionStrategy resolutionStrategy) |
GLSurfaceView20API18(android.content.Context context,
boolean translucent,
int depth,
int stencil,
ResolutionStrategy resolutionStrategy) |
GLSurfaceView20API18(android.content.Context context,
ResolutionStrategy resolutionStrategy) |
Copyright © 2015. All rights reserved.