HomeSort by relevance Sort by last modified time
    Searched refs:assetPath (Results 1 - 25 of 38) sorted by null

1 2

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApkAssets.java 16 private String assetPath;
22 assetPath = path;
27 return assetPath;
  /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;
FileDescriptorAssetPathFetcher.java 12 public FileDescriptorAssetPathFetcher(AssetManager assetManager, String assetPath) {
13 super(assetManager, assetPath);
StreamAssetPathFetcher.java 12 public StreamAssetPathFetcher(AssetManager assetManager, String assetPath) {
13 super(assetManager, assetPath);
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
TestAssetRepository.java 35 public TestAssetRepository(@NonNull String assetPath) {
36 mAssetPath = assetPath;
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
FileDescriptorUriLoader.java 52 protected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath) {
53 return new FileDescriptorAssetPathFetcher(context.getApplicationContext().getAssets(), assetPath);
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamUriLoader.java 55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) {
56 return new StreamAssetPathFetcher(context.getApplicationContext().getAssets(), assetPath);
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
MetadataRepo.java 124 * @param assetPath asset manager path of the file that the Typeface and metadata will be
128 final String assetPath) throws IOException {
129 final Typeface typeface = Typeface.createFromAsset(assetManager, assetPath);
130 return new MetadataRepo(typeface, MetadataListReader.read(assetManager, assetPath));
MetadataListReader.java 102 * @param assetPath asset manager path of the file that the Typeface and metadata will be
105 static MetadataList read(AssetManager assetManager, String assetPath)
107 try (InputStream inputStream = assetManager.open(assetPath)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
ReportEncoderTests.java 100 private static String readAsset(Context context, String assetPath) throws IOException {
104 context.getResources().getAssets().open(assetPath)))) {
WatchlistSettingsTests.java 115 private static String readAsset(Context context, String assetPath) throws IOException {
119 context.getResources().getAssets().open(assetPath)))) {
WatchlistConfigTests.java 144 private static String readAsset(Context context, String assetPath) throws IOException {
148 context.getResources().getAssets().open(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);
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestUtils.java 115 public static String readAsset(Context context, String assetPath) throws IOException {
119 context.getResources().getAssets().open(assetPath)))) {
  /frameworks/base/core/java/android/app/
ResourcesManager.java     [all...]
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
FontRequestEmojiCompatConfigTest.java 569 private static void copyToCacheFile(final Context context, final String assetPath,
571 try (InputStream is = context.getAssets().open(assetPath, ACCESS_BUFFER);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /frameworks/base/tools/aapt/
Command.cpp 747 const String8& assetPath = bundle->getPackageIncludes()[i];
748 if (!assets.addAssetPath(assetPath, NULL)) {
749 fprintf(stderr, "ERROR: included asset path %s could not be loaded\n", assetPath.string());
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /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 

Completed in 1924 milliseconds

1 2