Searched defs:bitmapRegionDecoder (Results 1 – 2 of 2) sorted by relevance
54 …BitmapRegionDecoder bitmapRegionDecoder = BitmapRegionDecoder.newInstance(getImageInputStream(), f… in testDecodeRegionReturnsExpectedSize() local65 BitmapRegionDecoder bitmapRegionDecoder = BitmapRegionDecoder.newInstance(inputStream, false); in testDecodeRegionReturnsExpectedConfig() local
48 …private static BitmapRegionDecoder fillWidthAndHeight(BitmapRegionDecoder bitmapRegionDecoder, Inp… in fillWidthAndHeight()