Home
last modified time | relevance | path

Searched refs:decodeStreamInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java611 bm = decodeStreamInternal(is, outPadding, opts); in decodeStream()
630 private static Bitmap decodeStreamInternal(InputStream is, Rect outPadding, Options opts) { in decodeStreamInternal() method in BitmapFactory
676 bm = decodeStreamInternal(fis, outPadding, opts); in decodeFileDescriptor()