OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidFiles
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidFiles.java
31
public class
AndroidFiles
implements Files {
38
public
AndroidFiles
(AssetManager assets) {
43
public
AndroidFiles
(AssetManager assets, String localpath) {
AndroidDaydream.java
69
protected
AndroidFiles
files;
129
files = new
AndroidFiles
(this.getAssets(), this.getFilesDir().getAbsolutePath());
AndroidLiveWallpaper.java
63
protected
AndroidFiles
files;
93
files = new
AndroidFiles
(this.getService().getAssets(), this.getService().getFilesDir().getAbsolutePath());
AndroidApplication.java
68
protected
AndroidFiles
files;
140
files = new
AndroidFiles
(this.getAssets(), this.getFilesDir().getAbsolutePath());
AndroidFragmentApplication.java
59
protected
AndroidFiles
files;
165
files = new
AndroidFiles
(getResources().getAssets(), getActivity().getFilesDir().getAbsolutePath());
AndroidZipFileHandle.java
47
expansionFile = ((
AndroidFiles
) Gdx.files).getExpansionFile();
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
APKExpansionTest.java
24
import com.badlogic.gdx.backends.android.
AndroidFiles
;
60
if ((((
AndroidFiles
)Gdx.files)).setAPKExpansion(1, 0)) {
Completed in 428 milliseconds