HomeSort by relevance Sort by last modified time
    Searched defs:assetPath (Results 1 - 10 of 10) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
AssetPathFetcher.java 17 private final String assetPath;
21 public AssetPathFetcher(AssetManager assetManager, String assetPath) {
23 this.assetPath = assetPath;
28 data = loadResource(assetManager, assetPath);
49 return assetPath;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 123 String assetPath = path.substring(off+1);
124 AssetFileDescriptor asset = getContext().getAssets().openNonAssetFd(cookie, assetPath);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
PreloaderBundleGenerator.java 40 /** Copies assets from the path specified in the modules gdx.assetpath configuration property to the war/ folder and generates the
58 String assetPath = getAssetPath(context);
65 FileWrapper source = new FileWrapper(assetPath);
67 source = new FileWrapper("../" + assetPath);
69 throw new RuntimeException("assets path '" + assetPath
70 + "' does not exist. Check your gdx.assetpath property in your GWT project's module gwt.xml file");
73 throw new RuntimeException("assets path '" + assetPath
74 + "' is not a directory. Check your gdx.assetpath property in your GWT project's module gwt.xml file");
75 System.out.println("Copying resources from " + assetPath + " to " + assetOutputPath );
187 assetPathProperty = context.getPropertyOracle().getConfigurationProperty("gdx.assetpath");
    [all...]
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
GdxSetup.java 270 String assetPath = builder.modules.contains(ProjectType.ANDROID) ? "android/assets" : "core/assets";
271 project.files.add(new ProjectFile("android/assets/badlogic.jpg", assetPath + "/badlogic.jpg", false));
354 values.put("%ASSET_PATH%", assetPath);
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 1153 milliseconds