Searched refs:decodeFile (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMovie.java65 public static Movie decodeFile(String pathName) { method in class:Movie
H A DBitmapFactory.java291 * android.graphics.BitmapFactory.Options)} or {@link #decodeFile(String,
386 public static Bitmap decodeFile(String pathName, Options opts) { method in class:BitmapFactory
416 public static Bitmap decodeFile(String pathName) { method in class:BitmapFactory
417 return decodeFile(pathName, null);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java78 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeFile(filepath));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java137 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java142 BitmapFactory.decodeFile(STAGE_FILE, options);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java500 BitmapFactory.decodeFile(filePath, fullOptions);
518 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
H A DMediaScanner.java737 BitmapFactory.decodeFile(path, mBitmapOptions);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java102 Bitmap b = BitmapFactory.decodeFile(pathName);
241 return BitmapFactory.decodeFile(mPath, options);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java155 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
166 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
H A DDrawable.java1143 Bitmap bm = BitmapFactory.decodeFile(pathName);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java856 Bitmap bm = BitmapFactory.decodeFile(imagePath);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java544 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java488 return BitmapFactory.decodeFile(sImagesDir + File.separator + filename);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java384 params.appIcon = BitmapFactory.decodeFile(appIconFile.getAbsolutePath());
H A DUserManagerService.java451 return BitmapFactory.decodeFile(info.iconPath);

Completed in 875 milliseconds