OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:backgroundFPS
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplicationConfiguration.java
69
public int
backgroundFPS
= 60;
JglfwApplication.java
60
private int foregroundFPS,
backgroundFPS
, hiddenFPS;
110
backgroundFPS
= config.
backgroundFPS
;
218
(graphics.isForeground() ? foregroundFPS :
backgroundFPS
);
229
targetFPS =
backgroundFPS
;
349
public void setBackgroundFPS (int
backgroundFPS
) {
350
this.
backgroundFPS
=
backgroundFPS
;
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglApplicationConfiguration.java
83
public int
backgroundFPS
= 60;
Completed in 85 milliseconds