Home
last modified time | relevance | path

Searched refs:AndroidFiles (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidFiles.java31 public class AndroidFiles implements Files { class
38 public AndroidFiles (AssetManager assets) { in AndroidFiles() method in AndroidFiles
43 public AndroidFiles (AssetManager assets, String localpath) { in AndroidFiles() method in AndroidFiles
DAndroidLiveWallpaper.java63 protected AndroidFiles files;
93 …files = new AndroidFiles(this.getService().getAssets(), this.getService().getFilesDir().getAbsolut… in initialize()
DAndroidDaydream.java69 protected AndroidFiles files;
129 files = new AndroidFiles(this.getAssets(), this.getFilesDir().getAbsolutePath()); in init()
DAndroidFragmentApplication.java59 protected AndroidFiles files;
165 …files = new AndroidFiles(getResources().getAssets(), getActivity().getFilesDir().getAbsolutePath()… in initializeForView()
DAndroidApplication.java68 protected AndroidFiles files;
140 files = new AndroidFiles(this.getAssets(), this.getFilesDir().getAbsolutePath()); in init()
DAndroidZipFileHandle.java47 expansionFile = ((AndroidFiles) Gdx.files).getExpansionFile(); in initialize()
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
DAPKExpansionTest.java24 import com.badlogic.gdx.backends.android.AndroidFiles;
60 if ((((AndroidFiles)Gdx.files)).setAPKExpansion(1, 0)) { in create()