HomeSort by relevance Sort by last modified time
    Searched refs:getExecutedRunnables (Results 1 - 7 of 7) sorted by null

  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidApplicationBase.java 56 Array<Runnable> getExecutedRunnables ();
AndroidGraphicsLiveWallpaper.java 203 app.getExecutedRunnables().clear();
204 app.getExecutedRunnables().addAll(app.getRunnables());
207 for (int i = 0; i < app.getExecutedRunnables().size; i++) {
209 app.getExecutedRunnables().get(i).run();
AndroidGraphics.java 445 app.getExecutedRunnables().clear();
446 app.getExecutedRunnables().addAll(app.getRunnables());
450 for (int i = 0; i < app.getExecutedRunnables().size; i++) {
452 app.getExecutedRunnables().get(i).run();
AndroidDaydream.java 403 public Array<Runnable> getExecutedRunnables () {
AndroidLiveWallpaper.java 335 public Array<Runnable> getExecutedRunnables () {
AndroidApplication.java 508 public Array<Runnable> getExecutedRunnables () {
AndroidFragmentApplication.java 417 public Array<Runnable> getExecutedRunnables () {

Completed in 426 milliseconds