/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BitmapFactory.java | 523 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() method in BitmapFactory 554 public static Bitmap decodeFile(String pathName) { in decodeFile() method in BitmapFactory 555 return decodeFile(pathName, null); in decodeFile()
|
H A D | Movie.java | 79 public static Movie decodeFile(String pathName) { in decodeFile() method in Movie
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/graphics/ |
H A D | ImageLoaderTest.kt | 148 val bitmap = BitmapFactory.decodeFile(imgFile.absolutePath) 156 val bitmap = BitmapFactory.decodeFile(imgFile.absolutePath)
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
H A D | EditUserPhotoController.java | 183 return BitmapFactory.decodeFile(file.getAbsolutePath()); in loadNewUserPhotoBitmap()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppSnapshotLoader.java | 168 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options); in loadTask()
|
H A D | TaskPersister.java | 491 return BitmapFactory.decodeFile(filename); in restoreImage()
|
/aosp14/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()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | ExifInterfaceTest.java | 500 BitmapFactory.decodeFile(expectedImageFile.getAbsolutePath(), expectedOptions)); in assertBitmapsEquivalent() 503 BitmapFactory.decodeFile(actualImageFile.getAbsolutePath(), actualOptions)); in assertBitmapsEquivalent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperCropper.java | 92 BitmapFactory.decodeFile(wallpaper.getWallpaperFile().getAbsolutePath(), options); in generateCropInternal()
|
H A D | WallpaperManagerService.java | 677 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserSwitchingDialog.java | 150 final Bitmap bmp = ObjectUtils.getOrElse(BitmapFactory.decodeFile(mNewUser.iconPath), in getUserIconRounded()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CodecTest.java | 545 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath); in getThumbnail()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstantAppRegistry.java | 320 return BitmapFactory.decodeFile(iconFile.toString());
|
H A D | PackageInstallerSession.java | 5264 params.appIcon = BitmapFactory.decodeFile(appIconFile.getAbsolutePath());
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 15018 …method public static android.graphics.Bitmap decodeFile(String, android.graphics.BitmapFactory.Opt… 15019 method public static android.graphics.Bitmap decodeFile(String); 15865 method @Deprecated public static android.graphics.Movie decodeFile(String);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6126 HSPLandroid/graphics/BitmapFactory;->decodeFile(Ljava/lang/String;Landroid/graphics/BitmapFactory$O…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6129 HSPLandroid/graphics/BitmapFactory;->decodeFile(Ljava/lang/String;Landroid/graphics/BitmapFactory$O…
|