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

/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java75 private static class ByteArraySource extends Source { class in class:ImageDecoder
76 ByteArraySource(@NonNull byte[] data, int offset, int length) { method in class:ImageDecoder.ByteArraySource
378 return new ByteArraySource(data, offset, length);
/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java216 private static class ByteArraySource extends Source { class in class:ImageDecoder
217 ByteArraySource(@NonNull byte[] data, int offset, int length) { method in class:ImageDecoder.ByteArraySource
897 return new ByteArraySource(data, offset, length);

Completed in 13 milliseconds