Home
last modified time | relevance | path

Searched refs:ByteBufferSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DImageDecoder.java91 private static class ByteBufferSource extends Source { class in ImageDecoder
92 ByteBufferSource(@NonNull ByteBuffer buffer) { in ByteBufferSource() method in ImageDecoder.ByteBufferSource
402 return new ByteBufferSource(buffer); in createSource()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java236 private static class ByteBufferSource extends Source { class in ImageDecoder
237 ByteBufferSource(@NonNull ByteBuffer buffer) { in ByteBufferSource() method in ImageDecoder.ByteBufferSource
995 return new ByteBufferSource(buffer); in createSource()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20691 Landroid/graphics/ImageDecoder$ByteBufferSource;-><init>(Ljava/nio/ByteBuffer;)V
20692 Landroid/graphics/ImageDecoder$ByteBufferSource;->createImageDecoder()Landroid/graphics/ImageDecode…
20693 Landroid/graphics/ImageDecoder$ByteBufferSource;->mBuffer:Ljava/nio/ByteBuffer;