Searched refs:addAssetPath (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAssetManager.java | 62 … compileTimeCppAssetManager.addAssetPath(new String8(assetPath.file.getPath()), null, false); in getCompileTimeResTable()
|
D | ShadowArscAssetManager.java | 277 public int addAssetPath(String path) { in addAssetPath() method in ShadowArscAssetManager 297 boolean res = am.addAssetPath(new String8(path), cookie, appAsLib); in addAssetPathNative()
|
D | ShadowLegacyAssetManager.java | 616 public int addAssetPath(String path) { in addAssetPath() method in ShadowLegacyAssetManager
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 220 public boolean addAssetPath(String8 path, Ref<Integer> cookie, boolean appAsLib) { in addAssetPath() method in CppAssetManager 221 return addAssetPath(path, cookie, appAsLib, false); in addAssetPath() 224 public boolean addAssetPath( in addAssetPath() method in CppAssetManager 392 return addAssetPath(path, null, false /* appAsLib */, true /* isSystemAsset */); in addDefaultAssets()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 275 assetManager.addAssetPath(manifest.getAssetsDirectory().getPath()); in populateAssetPaths()
|