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

1 2 3

  /external/chromium_org/third_party/skia/include/animator/
SkAnimatorView.h 23 bool decodeFile(const char path[]);
  /external/skia/include/animator/
SkAnimatorView.h 23 bool decodeFile(const char path[]);
  /external/chromium_org/third_party/skia/samplecode/
SampleAnimator.cpp 27 bool decodeFile(const char path[]);
53 bool SkAnimatorView::decodeFile(const char path[]) {
163 // av->decodeFile("/skimages/test.xml");
166 av->decodeFile("/skia/trunk/animations/checkbox.xml");
169 av->decodeFile("/testanim.txt");
  /external/skia/samplecode/
SampleAnimator.cpp 27 bool decodeFile(const char path[]);
53 bool SkAnimatorView::decodeFile(const char path[]) {
163 // av->decodeFile("/skimages/test.xml");
166 av->decodeFile("/skia/trunk/animations/checkbox.xml");
169 av->decodeFile("/testanim.txt");
  /frameworks/base/graphics/java/android/graphics/
Movie.java 65 public static Movie decodeFile(String pathName) {
BitmapFactory.java 291 * android.graphics.BitmapFactory.Options)} or {@link #decodeFile(String,
386 public static Bitmap decodeFile(String pathName, Options opts) {
416 public static Bitmap decodeFile(String pathName) {
417 return decodeFile(pathName, null);
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 67 mMovie = Movie.decodeFile(imagefile.getPath());
71 mMovie = Movie.decodeFile("/no file path");
BitmapFactoryTest.java 331 Bitmap b = BitmapFactory.decodeFile(obtainPath(), mOpt1);
337 assertNull(BitmapFactory.decodeFile(obtainPath(), mOpt2));
341 Bitmap b = BitmapFactory.decodeFile(obtainPath());
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 46 public static Bitmap decodeFile(String pathName) {
51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) {
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
RoundedBitmapDrawableFactory.java 78 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeFile(filepath));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapFactoryTest.java 41 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg");
91 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg");
102 BitmapFactory.decodeFile("/some/file.jpg", options);
CanvasTest.java 23 imageBitmap = BitmapFactory.decodeFile("/an/image.jpg");
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 137 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 62 FX_INT32 decodeFile(IFX_Pause* pPause);
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 142 BitmapFactory.decodeFile(STAGE_FILE, options);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 85 Bitmap bitmap = BitmapFactory.decodeFile(path);
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 500 BitmapFactory.decodeFile(filePath, fullOptions);
518 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 195 Bitmap result = BitmapFactory.decodeFile(file, mOptions);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 90 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath());
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 102 Bitmap b = BitmapFactory.decodeFile(pathName);
241 return BitmapFactory.decodeFile(mPath, options);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 102 Bitmap b = BitmapFactory.decodeFile(pathName);
241 return BitmapFactory.decodeFile(mPath, options);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 202 Bitmap bitmap = BitmapFactory.decodeFile(path);

Completed in 1801 milliseconds

1 2 3