HomeSort by relevance Sort by last modified time
    Searched refs:ByteArraySource (Results 1 - 2 of 2) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java 75 private static class ByteArraySource extends Source {
76 ByteArraySource(@NonNull byte[] data, int offset, int length) {
378 return new ByteArraySource(data, offset, length);
  /frameworks/base/graphics/java/android/graphics/
ImageDecoder.java 216 private static class ByteArraySource extends Source {
217 ByteArraySource(@NonNull byte[] data, int offset, int length) {
897 return new ByteArraySource(data, offset, length);
    [all...]

Completed in 60 milliseconds