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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java47 /*package*/ static Bitmap finishDecode(Bitmap bm, Rect outPadding, Options opts) { method in class:BitmapFactory_Delegate
169 // BitmapFactory.finishDecode();
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java542 return finish ? finishDecode(bm, outPadding, opts) : bm;
545 private static Bitmap finishDecode(Bitmap bm, Rect outPadding, Options opts) { method in class:BitmapFactory
624 return finishDecode(bm, outPadding, opts);

Completed in 6 milliseconds