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

  /frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java 91 private static class ByteBufferSource extends Source {
92 ByteBufferSource(@NonNull ByteBuffer buffer) {
402 return new ByteBufferSource(buffer);
  /frameworks/base/graphics/java/android/graphics/
ImageDecoder.java 232 private static class ByteBufferSource extends Source {
233 ByteBufferSource(@NonNull ByteBuffer buffer) {
    [all...]

Completed in 118 milliseconds