Searched defs:createImageDecoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java72 abstract ImageDecoder createImageDecoder() throws IOException; method in class:ImageDecoder.Source
86 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ByteArraySource
98 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ByteBufferSource
113 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ContentResolverSource
142 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.InputStreamSource
180 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.AssetInputStreamSource
203 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ResourceSource
216 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.FileSource
689 ImageDecoder decoder = src.createImageDecoder();
/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java213 abstract ImageDecoder createImageDecoder() throws IOException; method in class:ImageDecoder.Source
227 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ByteArraySource
239 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ByteBufferSource
266 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ContentResolverSource
382 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.InputStreamSource
428 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.AssetInputStreamSource
463 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.ResourceSource
511 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.AssetSource
525 public ImageDecoder createImageDecoder() throws IOException { method in class:ImageDecoder.FileSource
1652 try (ImageDecoder decoder = src.createImageDecoder()) {
[all...]

Completed in 31 milliseconds