Home
last modified time | relevance | path

Searched refs:decodeFile (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
DTransitionAlpha.java102 BitmapFactory.decodeFile(maskFilename, dbo); in TransitionAlpha()
124 Bitmap imageBitmap = BitmapFactory.decodeFile(maskFilename); in TransitionAlpha()
DMediaImageItem.java126 BitmapFactory.decodeFile(filename, dbo); in MediaImageItem()
177 imageBitmap = BitmapFactory.decodeFile(mScaledFilename); in MediaImageItem()
937 BitmapFactory.decodeFile(filename, dbo); in scaleImage()
978 srcBitmap = BitmapFactory.decodeFile(filename, options); in scaleImage()
980 srcBitmap = BitmapFactory.decodeFile(filename); in scaleImage()
985 srcBitmap = BitmapFactory.decodeFile(filename); in scaleImage()
DOverlayFrame.java113 mBitmap = BitmapFactory.decodeFile(mBitmapFileName); in OverlayFrame()
DMediaArtistNativeHelper.java1859 overlayData.set(BitmapFactory.decodeFile(filename), renderingMode); in onPreviewProgressUpdate()
3097 overlayData.set(BitmapFactory.decodeFile(mRenderPreviewOverlayFile), in renderPreviewFrame()
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java294 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() method in BitmapFactory
323 public static Bitmap decodeFile(String pathName) { in decodeFile() method in BitmapFactory
324 return decodeFile(pathName, null); in decodeFile()
DMovie.java51 public static Movie decodeFile(String pathName) { in decodeFile() method in Movie
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotTest.java133 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath()); in isValidImage()
/frameworks/base/core/java/android/app/backup/
DWallpaperBackupHelper.java111 BitmapFactory.decodeFile(STAGE_FILE, options); in restoreEntity()
/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java121 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
132 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable()
DDrawable.java880 Bitmap bm = BitmapFactory.decodeFile(pathName); in createFromPath()
/frameworks/base/media/java/android/media/
DThumbnailUtils.java497 BitmapFactory.decodeFile(filePath, fullOptions); in createThumbnailFromEXIF()
515 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions); in createThumbnailFromEXIF()
DMediaScanner.java712 BitmapFactory.decodeFile(path, mBitmapOptions);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java544 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath); in getThumbnail()
/frameworks/base/core/java/android/provider/
DMediaStore.java725 Bitmap bm = BitmapFactory.decodeFile(imagePath); in insertImage()
/frameworks/base/api/
Dcurrent.txt7843 …method public static android.graphics.Bitmap decodeFile(java.lang.String, android.graphics.BitmapF…
7844 method public static android.graphics.Bitmap decodeFile(java.lang.String);
8237 method public static android.graphics.Movie decodeFile(java.lang.String);
D14.txt7843 …method public static android.graphics.Bitmap decodeFile(java.lang.String, android.graphics.BitmapF…
7844 method public static android.graphics.Bitmap decodeFile(java.lang.String);
8237 method public static android.graphics.Movie decodeFile(java.lang.String);