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