HomeSort by relevance Sort by last modified time
    Searched refs:decodeFile (Results 1 - 14 of 14) 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 266 public static Bitmap decodeFile(String pathName, Options opts) {
295 public static Bitmap decodeFile(String pathName) {
296 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 82 method = "decodeFile",
96 mMovie = Movie.decodeFile(imagefile.getPath());
100 mMovie = Movie.decodeFile("/no file path");
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 120 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
130 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
Drawable.java 801 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/Gallery3D/src/com/cooliris/media/
UriTexture.java 271 bitmap = BitmapFactory.decodeFile(file, options);
  /frameworks/base/core/java/android/provider/
MediaStore.java 523 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 271 milliseconds