OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishDecode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
462
return
finishDecode
(bm, outPadding, opts);
465
private static Bitmap
finishDecode
(Bitmap bm, Rect outPadding, Options opts) {
539
return
finishDecode
(bm, outPadding, opts);
546
return
finishDecode
(bm, outPadding, opts);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java
463
return
finishDecode
(bm, outPadding, opts);
466
private static Bitmap
finishDecode
(Bitmap bm, Rect outPadding, Options opts) {
543
return
finishDecode
(bm, outPadding, opts);
550
//return
finishDecode
(bm, outPadding, opts);
Completed in 635 milliseconds