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

  /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);
  /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());
  /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);
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 481 BitmapFactory.decodeFile(filePath, fullOptions);
499 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 111 milliseconds