Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java97 return ImageDecoderTest.getAssetRecords(); in getAssetRecords()
101 return ImageDecoderTest.getRecords(); in getRecords()
138 public void testNullDecoder(ImageDecoderTest.AssetRecord record) { in testNullDecoder()
151 public void testCreateBuffer(ImageDecoderTest.AssetRecord record) { in testCreateBuffer()
164 public void testCreateFd(ImageDecoderTest.AssetRecord record) { in testCreateFd()
177 public void testCreateAsset(ImageDecoderTest.AssetRecord record) { in testCreateAsset()
202 public void testCreateFdResources(ImageDecoderTest.Record record) throws IOException { in testCreateFdResources()
215 public void testCreateFdOffset(ImageDecoderTest.Record record) throws IOException { in testCreateFdOffset()
247 public void testSetFormat(ImageDecoderTest.AssetRecord record) { in testSetFormat()
257 public void testSetFormatResources(ImageDecoderTest.Record record) throws IOException { in testSetFormatResources()
[all …]
DBitmapFactoryTest.java840 byte[] bytes = ImageDecoderTest.getAsByteArray(dng.resId); in testDng()
DImageDecoderTest.java91 public class ImageDecoderTest { class