Searched defs:resolutionStrategy (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGraphicsLiveWallpaper.java | 41 ResolutionStrategy resolutionStrategy) { in AndroidGraphicsLiveWallpaper() 62 …eateGLSurfaceView (AndroidApplicationBase application, final ResolutionStrategy resolutionStrategy… in createGLSurfaceView()
|
D | AndroidApplicationConfiguration.java | 67 public ResolutionStrategy resolutionStrategy = new FillResolutionStrategy(); field in AndroidApplicationConfiguration
|
D | AndroidGraphics.java | 111 ResolutionStrategy resolutionStrategy) { in AndroidGraphics() 116 ResolutionStrategy resolutionStrategy, boolean focusableView) { in AndroidGraphics() 138 …eateGLSurfaceView (AndroidApplicationBase application, final ResolutionStrategy resolutionStrategy… in createGLSurfaceView()
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GLSurfaceView20.java | 50 final ResolutionStrategy resolutionStrategy; field in GLSurfaceView20 53 …public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy, int targetGLESVers… in GLSurfaceView20() 60 public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy) { in GLSurfaceView20() 64 …text context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) { in GLSurfaceView20()
|
D | GLSurfaceView20API18.java | 48 final ResolutionStrategy resolutionStrategy; field in GLSurfaceView20API18 50 public GLSurfaceView20API18 (Context context, ResolutionStrategy resolutionStrategy) { in GLSurfaceView20API18() 56 …text context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) { in GLSurfaceView20API18()
|