Searched refs:ByteBufferSource (Results 1 – 3 of 3) sorted by relevance
91 private static class ByteBufferSource extends Source { class in ImageDecoder92 ByteBufferSource(@NonNull ByteBuffer buffer) { in ByteBufferSource() method in ImageDecoder.ByteBufferSource402 return new ByteBufferSource(buffer); in createSource()
236 private static class ByteBufferSource extends Source { class in ImageDecoder237 ByteBufferSource(@NonNull ByteBuffer buffer) { in ByteBufferSource() method in ImageDecoder.ByteBufferSource995 return new ByteBufferSource(buffer); in createSource()
20691 Landroid/graphics/ImageDecoder$ByteBufferSource;-><init>(Ljava/nio/ByteBuffer;)V20692 Landroid/graphics/ImageDecoder$ByteBufferSource;->createImageDecoder()Landroid/graphics/ImageDecode…20693 Landroid/graphics/ImageDecoder$ByteBufferSource;->mBuffer:Ljava/nio/ByteBuffer;