/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | LogoUtils.java | 83 BitmapFactory.decodeFile(filePath, bounds); in getBitmapPartiallyResized() 95 return BitmapFactory.decodeFile(filePath, bounds); in getBitmapPartiallyResized()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | PhotoDataFactory.java | 97 BitmapFactory.decodeFile(filePath, opts); in decodeBitmapDimensions() 105 Bitmap b = BitmapFactory.decodeFile(filePath); in decodeBitmapDimensions()
|
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/ |
H A D | EncoderTest.java | 156 int status = decodeFile(mInputFilePath + DECODE_FULLHD_INPUT, mDecodedFileFullHd); in prepareInput() 160 status = decodeFile(mInputFilePath + DECODE_QCIF_INPUT, mDecodedFileQcif); in prepareInput() 164 status = decodeFile(mInputFilePath + DECODE_AUDIO_INPUT, mDecodedFileAudio); in prepareInput() 168 private static int decodeFile(String inputFileName, File outputDecodeFile) throws IOException { in decodeFile() method in EncoderTest
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | BitmapFactory.java | 511 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() method in BitmapFactory 542 public static Bitmap decodeFile(String pathName) { in decodeFile() method in BitmapFactory 543 return decodeFile(pathName, null); in decodeFile()
|
H A D | Movie.java | 79 public static Movie decodeFile(String pathName) { in decodeFile() method in Movie
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
H A D | DefaultWallpaperInfo.java | 149 thumb = BitmapFactory.decodeFile(defaultThumbFile.getAbsolutePath()); in getDefaultWallpaper() 183 thumb = BitmapFactory.decodeFile(defaultThumbFile.getAbsolutePath()); in getPreKKDefaultWallpaperInfo()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | StackSaverImpl.java | 71 Bitmap bitmap = BitmapFactory.decodeFile(filePath); in saveStackedImage()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | RotationWallpaperUpdateReceiver.java | 97 Bitmap bitmap = BitmapFactory.decodeFile(wallpaperFile.getAbsolutePath()); in switchToStaticWallpaper()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
H A D | RegulatoryInfoDisplayActivity.java | 81 Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | RegulatoryInfoDisplayActivity.java | 71 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | DetailsHelper.java | 85 Bitmap bitmap = BitmapFactory.decodeFile(path); in resolveResolution()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskSnapshotLoader.java | 165 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options); in loadTask()
|
H A D | TaskPersister.java | 490 return BitmapFactory.decodeFile(filename); in restoreImage()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | LegacyPartnerWallpaperInfo.java | 134 Bitmap thumbBitmap = BitmapFactory.decodeFile(thumbnail.getAbsolutePath()); in getThumbnail()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 102 Bitmap b = BitmapFactory.decodeFile(pathName); in newInstance() 241 return BitmapFactory.decodeFile(mPath, options); in loadPreviewBitmap()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | SavedWallpaperImages.java | 87 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath()); in loadThumbnailsAndImageIdList()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 195 Bitmap result = BitmapFactory.decodeFile(file, mOptions); in decodePreview()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | DetailsDialog.java | 202 Bitmap bitmap = BitmapFactory.decodeFile(path);
|
/aosp12/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | MainActivity.java | 271 mDisplayedImage = BitmapFactory.decodeFile(files[i].getAbsolutePath()); in getLocalImage()
|
/aosp12/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | MainActivity.java | 272 mDisplayedImage = BitmapFactory.decodeFile(files[i].getAbsolutePath()); in getLocalImage()
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
H A D | EditUserPhotoController.java | 412 return BitmapFactory.decodeFile(file.getAbsolutePath()); in loadNewUserPhotoBitmap()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
H A D | EditUserPhotoController.java | 450 return BitmapFactory.decodeFile(file.getAbsolutePath()); in loadNewUserPhotoBitmap()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CodecTest.java | 552 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath); in getThumbnail()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstantAppRegistry.java | 314 return BitmapFactory.decodeFile(iconFile.toString());
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 519 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors() 607 BitmapFactory.decodeFile(wallpaper.wallpaperFile.getAbsolutePath(), options); in generateCrop()
|