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

/frameworks/base/graphics/java/android/graphics/
H A DMovie.java65 public static Movie decodeFile(String pathName) { method in class:Movie
H A DBitmapFactory.java352 public static Bitmap decodeFile(String pathName, Options opts) { method in class:BitmapFactory
382 public static Bitmap decodeFile(String pathName) { method in class:BitmapFactory
383 return decodeFile(pathName, null);

Completed in 166 milliseconds