Searched defs:assetPath (Results 1 – 8 of 8) sorted by relevance
17 private final String assetPath; field in AssetPathFetcher21 public AssetPathFetcher(AssetManager assetManager, String assetPath) { in AssetPathFetcher()
12 public FileDescriptorAssetPathFetcher(AssetManager assetManager, String assetPath) { in FileDescriptorAssetPathFetcher()
12 public StreamAssetPathFetcher(AssetManager assetManager, String assetPath) { in StreamAssetPathFetcher()
15 private String assetPath; field in ShadowLegacyApkAssets
55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
52 …rotected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
59 SkString assetPath; in main() local
329 public static Uri buildAssetUri(String assetPath) { in buildAssetUri()