HomeSort by relevance Sort by last modified time
    Searched defs:setWindowedMode (Results 1 - 12 of 12) sorted by null

  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowConfiguration.java 52 public void setWindowedMode(int width, int height) {
Lwjgl3Graphics.java 326 public boolean setWindowedMode(int width, int height) {
341 config.setWindowedMode(width, height);
374 * The window must be recreated via {@link #setWindowedMode(int, int)} in order
384 * The window must be recreated via {@link #setWindowedMode(int, int)} in order
Lwjgl3ApplicationConfiguration.java 209 public void setWindowedMode(int width, int height) {
Lwjgl3Application.java 316 appConfig.setWindowedMode(config.windowWidth, config.windowHeight);
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/graphics/
MockGraphics.java 150 public boolean setWindowedMode(int width, int height) {
  /external/libgdx/gdx/src/com/badlogic/gdx/
Graphics.java 228 public boolean setWindowedMode (int width, int height);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGraphics.java 317 public boolean setWindowedMode (int width, int height) {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphics.java 617 public boolean setWindowedMode (int width, int height) {
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGraphics.java 332 public boolean setWindowedMode (int width, int height) {
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGraphics.java 166 displayCreated = setWindowedMode(config.width, config.height);
185 displayCreated = setWindowedMode(config.width, config.height);
436 public boolean setWindowedMode (int width, int height) {
531 * Display must be reconfigured via {@link #setWindowedMode(int, int)} for the changes to take
540 * Display must be reconfigured via {@link #setWindowedMode(int, int)} for the changes to take
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSGraphics.java 395 public boolean setWindowedMode (int width, int height) {
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGraphics.java 481 public boolean setWindowedMode (int width, int height) {

Completed in 3152 milliseconds