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

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/files/
FileHandleStream.java 25 import com.badlogic.gdx.backends.gwt.GwtFileHandle;
30 public abstract class FileHandleStream extends GwtFileHandle {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtFiles.java 38 return new GwtFileHandle(preloader, path, type);
43 return new GwtFileHandle(preloader, path, FileType.Classpath);
48 return new GwtFileHandle(preloader, path, FileType.Internal);
GwtFileHandle.java 38 public class GwtFileHandle extends FileHandle {
43 public GwtFileHandle (Preloader preloader, String fileName, FileType type) {
51 public GwtFileHandle (String path) {
330 return new GwtFileHandle(preloader, (file.isEmpty() ? "" : (file + (file.endsWith("/") ? "" : "/"))) + name,
338 return new GwtFileHandle(preloader, dir, type);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 21 import com.badlogic.gdx.backends.gwt.GwtFileHandle;
48 FileHandle originalHandle = new GwtFileHandle(fileName);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
Preloader.java 27 import com.badlogic.gdx.backends.gwt.GwtFileHandle;
252 files.add(new GwtFileHandle(this, path, FileType.Internal));
264 files.add(new GwtFileHandle(this, path, FileType.Internal));
276 files.add(new GwtFileHandle(this, path, FileType.Internal));
288 files.add(new GwtFileHandle(this, path, FileType.Internal));
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 24 import com.badlogic.gdx.backends.gwt.GwtFileHandle;
97 GwtFileHandle gwtFile = (GwtFileHandle)file;

Completed in 57 milliseconds