/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
AndroidApplicationConfiguration.java | 24 import com.badlogic.gdx.backends.android.surfaceview.ResolutionStrategy; 66 /** the {@link ResolutionStrategy}. default: {@link FillResolutionStrategy} **/ 67 public ResolutionStrategy resolutionStrategy = new FillResolutionStrategy();
|
AndroidGraphicsLiveWallpaper.java | 32 import com.badlogic.gdx.backends.android.surfaceview.ResolutionStrategy; 41 ResolutionStrategy resolutionStrategy) { 42 super(lwp, config, resolutionStrategy, false); 62 protected View createGLSurfaceView (AndroidApplicationBase application, final ResolutionStrategy resolutionStrategy) { 68 GLSurfaceView20API18 view = new GLSurfaceView20API18(application.getContext(), resolutionStrategy) { 87 GLSurfaceView20 view = new GLSurfaceView20(application.getContext(), resolutionStrategy) {
|
AndroidGraphics.java | 44 import com.badlogic.gdx.backends.android.surfaceview.ResolutionStrategy; 111 ResolutionStrategy resolutionStrategy) { 112 this(application, config, resolutionStrategy, true); 116 ResolutionStrategy resolutionStrategy, boolean focusableView) { 119 view = createGLSurfaceView(application, resolutionStrategy); 138 protected View createGLSurfaceView (AndroidApplicationBase application, final ResolutionStrategy resolutionStrategy) { 144 GLSurfaceView20API18 view = new GLSurfaceView20API18(application.getContext(), resolutionStrategy); [all...] |
AndroidDaydream.java | 124 graphics = new AndroidGraphics(this, config, config.resolutionStrategy == null ? new FillResolutionStrategy() 125 : config.resolutionStrategy);
|
AndroidLiveWallpaper.java | 81 graphics = new AndroidGraphicsLiveWallpaper(this, config, config.resolutionStrategy == null ? new FillResolutionStrategy() 82 : config.resolutionStrategy);
|
AndroidApplication.java | 135 graphics = new AndroidGraphics(this, config, config.resolutionStrategy == null ? new FillResolutionStrategy() 136 : config.resolutionStrategy);
|
AndroidFragmentApplication.java | 161 graphics = new AndroidGraphics(this, config, config.resolutionStrategy == null ? new FillResolutionStrategy() 162 : config.resolutionStrategy);
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
GLSurfaceView20.java | 50 final ResolutionStrategy resolutionStrategy;
53 public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy, int targetGLESVersion) {
56 this.resolutionStrategy = resolutionStrategy;
60 public GLSurfaceView20 (Context context, ResolutionStrategy resolutionStrategy) {
61 this(context, resolutionStrategy, 2);
64 public GLSurfaceView20 (Context context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) { [all...] |
GLSurfaceView20API18.java | 48 final ResolutionStrategy resolutionStrategy; 50 public GLSurfaceView20API18 (Context context, ResolutionStrategy resolutionStrategy) { 52 this.resolutionStrategy = resolutionStrategy; 56 public GLSurfaceView20API18 (Context context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) { 58 this.resolutionStrategy = resolutionStrategy; [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/ |
gradle-tooling-api-1.10.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/ |
gradle-tooling-api-1.11.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/ |
gradle-tooling-api-1.12.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/ |
gradle-tooling-api-1.6-rc-1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/ |
gradle-tooling-api-1.7.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/ |
gradle-tooling-api-1.9.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/ |
gradle-tooling-api-2.0.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/ |
gradle-tooling-api-2.1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/ |
gradle-tooling-api-2.10.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/ |
gradle-tooling-api-2.2.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.4-20150121230028+0000/ |
gradle-tooling-api-2.4-20150121230028+0000.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/ |
gradle-tooling-api-2.8.jar | |