Searched defs:decodeFile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMovie.java49 public static Movie decodeFile(String pathName) { method in class:Movie
H A DBitmapFactory.java266 public static Bitmap decodeFile(String pathName, Options opts) { method in class:BitmapFactory
295 public static Bitmap decodeFile(String pathName) { method in class:BitmapFactory
296 return decodeFile(pathName, null);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory.java265 public static Bitmap decodeFile(String pathName, Options opts) { method in class:BitmapFactory
294 public static Bitmap decodeFile(String pathName) { method in class:BitmapFactory
295 return decodeFile(pathName, null);

Completed in 94 milliseconds