Home
last modified time | relevance | path

Searched defs:bitmapRegionDecoder (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapRegionDecoderTest.java54 …BitmapRegionDecoder bitmapRegionDecoder = BitmapRegionDecoder.newInstance(getImageInputStream(), f… in testDecodeRegionReturnsExpectedSize() local
65 BitmapRegionDecoder bitmapRegionDecoder = BitmapRegionDecoder.newInstance(inputStream, false); in testDecodeRegionReturnsExpectedConfig() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapRegionDecoder.java48 …private static BitmapRegionDecoder fillWidthAndHeight(BitmapRegionDecoder bitmapRegionDecoder, Inp… in fillWidthAndHeight()