Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java75 private static class ByteArraySource extends Source { class in ImageDecoder
76 ByteArraySource(@NonNull byte[] data, int offset, int length) { in ByteArraySource() method in ImageDecoder.ByteArraySource
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java212 private static class ByteArraySource extends Source { class in ImageDecoder
213 ByteArraySource(@NonNull byte[] data, int offset, int length) { in ByteArraySource() method in ImageDecoder.ByteArraySource