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.java89 return ImageDecoderTest.getAssetRecords(); in getAssetRecords()
93 return ImageDecoderTest.getRecords(); in getRecords()
116 public void testNullDecoder(ImageDecoderTest.AssetRecord record) { in testNullDecoder()
129 public void testCreateBuffer(ImageDecoderTest.AssetRecord record) { in testCreateBuffer()
142 public void testCreateFd(ImageDecoderTest.AssetRecord record) { in testCreateFd()
155 public void testCreateAsset(ImageDecoderTest.AssetRecord record) { in testCreateAsset()
180 public void testCreateFdResources(ImageDecoderTest.Record record) throws IOException { in testCreateFdResources()
193 public void testCreateFdOffset(ImageDecoderTest.Record record) throws IOException { in testCreateFdOffset()
225 public void testSetFormat(ImageDecoderTest.AssetRecord record) { in testSetFormat()
235 public void testSetFormatResources(ImageDecoderTest.Record record) throws IOException { in testSetFormatResources()
[all …]
DBitmapFactoryTest.java820 byte[] bytes = ImageDecoderTest.getAsByteArray(dng.resId); in testDng()
DImageDecoderTest.java83 public class ImageDecoderTest { class