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

  /external/skia/include/animator/
SkAnimatorView.h 30 bool decodeFile(const char path[]);
  /frameworks/base/graphics/java/android/graphics/
Movie.java 49 public static Movie decodeFile(String pathName) {
BitmapFactory.java 269 public static Bitmap decodeFile(String pathName, Options opts) {
298 public static Bitmap decodeFile(String pathName) {
299 return decodeFile(pathName, null);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java 265 public static Bitmap decodeFile(String pathName, Options opts) {
294 public static Bitmap decodeFile(String pathName) {
295 return decodeFile(pathName, null);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 204 method = "decodeFile",
208 Bitmap b = BitmapFactory.decodeFile(obtainPath(), mOpt1);
214 assertNull(BitmapFactory.decodeFile(obtainPath(), mOpt2));
219 method = "decodeFile",
223 Bitmap b = BitmapFactory.decodeFile(obtainPath());
MovieTest.java 78 method = "decodeFile",
90 mMovie = Movie.decodeFile(imagefile.getPath());
94 mMovie = Movie.decodeFile("/no file path");
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 122 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
132 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
Drawable.java 800 Bitmap bm = BitmapFactory.decodeFile(pathName);
    [all...]
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 481 BitmapFactory.decodeFile(filePath, fullOptions);
499 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 183 Bitmap original = BitmapFactory.decodeFile(mCurrentPath);
  /packages/apps/Gallery3D/src/com/cooliris/media/
UriTexture.java 271 bitmap = BitmapFactory.decodeFile(file, options);
  /frameworks/base/core/java/android/provider/
MediaStore.java 549 Bitmap bm = BitmapFactory.decodeFile(imagePath);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 538 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 517 milliseconds