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 StreamAssetPathFetcher(AssetManager assetManager, String assetPath) { in StreamAssetPathFetcher()
12 public FileDescriptorAssetPathFetcher(AssetManager assetManager, String assetPath) { in FileDescriptorAssetPathFetcher()
52 …rotected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
226 public AssetFileDescriptor getAssetFileDescriptor(String assetPath) { in getAssetFileDescriptor()243 public InputStream getInputStream(String assetPath) throws IOException { in getInputStream()
58 String assetPath = getAssetPath(context); in generate() local
270 …String assetPath = builder.modules.contains(ProjectType.ANDROID) ? "android/assets" : "core/assets… in build() local