HomeSort by relevance Sort by last modified time
    Searched defs:getDeltaTime (Results 1 - 25 of 41) sorted by null

1 2

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TouchpadTest.java 44 stage.act(Gdx.graphics.getDeltaTime());
DragAndDropTest.java 110 stage.act(Gdx.graphics.getDeltaTime());
GroupFadeTest.java 56 stage.act(Gdx.graphics.getDeltaTime());
TreeTest.java 69 stage.act(Gdx.graphics.getDeltaTime());
GroupCullingTest.java 78 stage.act(Gdx.graphics.getDeltaTime());
ScrollPane2Test.java 83 stage.act(Gdx.graphics.getDeltaTime());
TableLayoutTest.java 92 stage.act(Gdx.graphics.getDeltaTime());
AnimationTest.java 93 cavemen[i].update(Gdx.graphics.getDeltaTime());
CpuSpriteBatchTest.java 124 stage.act(Gdx.graphics.getDeltaTime());
MusicTest.java 79 System.out.println(Gdx.graphics.getDeltaTime());
Scene2dTest.java 210 stage.act(Gdx.graphics.getDeltaTime());
ScrollPaneTest.java 124 stage.act(Gdx.graphics.getDeltaTime());
SoundTest.java 119 ui.act(Gdx.graphics.getDeltaTime());
StagePerformanceTest.java 81 stage.act(Gdx.graphics.getDeltaTime());
86 // actors.get(i).rotation += 45 * Gdx.graphics.getDeltaTime();
95 // sprites[i].rotate(45 * Gdx.graphics.getDeltaTime());
YDownTest.java 119 stage.act(Gdx.graphics.getDeltaTime());
BitmapFontTest.java 88 // red.a = (red.a + Gdx.graphics.getDeltaTime() * 0.1f) % 1;
217 stage.act(Gdx.graphics.getDeltaTime());
  /external/libgdx/gdx/src/com/badlogic/gdx/
Game.java 46 if (screen != null) screen.render(Gdx.graphics.getDeltaTime());
Graphics.java 158 public float getDeltaTime ();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
FirstPersonCameraController.java 81 update(Gdx.graphics.getDeltaTime());
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/graphics/
MockGraphics.java 80 public float getDeltaTime() {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
ControllersTest.java 181 stage.act(Gdx.graphics.getDeltaTime());
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ModelTest.java 63 e.value.update(Gdx.graphics.getDeltaTime());
SkeletonTest.java 65 e.value.update(Gdx.graphics.getDeltaTime());
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtTest.java 106 sprite.rotate(Gdx.graphics.getDeltaTime() * 45);
111 font.draw(batch, "fps:" + Gdx.graphics.getFramesPerSecond() + ", delta: " + Gdx.graphics.getDeltaTime() + ", #sprites: "
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
NetAPITest.java 278 stage.act(Gdx.graphics.getDeltaTime());

Completed in 2436 milliseconds

1 2