class android.graphics.ImageDecoder$ResourceSource extends android.graphics.ImageDecoder$Source
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.graphics.ImageDecoder$ResourceSource
  super_class: android.graphics.ImageDecoder$Source
{
  final android.content.res.Resources mResources;
    descriptor: Landroid/content/res/Resources;
    flags: (0x0010) ACC_FINAL

  final int mResId;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  int mResDensity;
    descriptor: I
    flags: (0x0000) 

  private java.lang.Object mLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.content.res.Resources, int);
    descriptor: (Landroid/content/res/Resources;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.ImageDecoder$ResourceSource this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tOs cannot be resolved\n\tSEEK_SET cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tOs cannot be resolved\n\tSEEK_CUR cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ResourceSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ResourceSource;
    MethodParameters:
       Name  Flags
      res    
      resId  

  public android.content.res.Resources getResources();
    descriptor: ()Landroid/content/res/Resources;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ResourceSource this
         0: .line 453
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ResourceSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ResourceSource;

  public int getDensity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ResourceSource this
         0: .line 456
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ResourceSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ResourceSource;

  public android.graphics.ImageDecoder createImageDecoder();
    descriptor: ()Landroid/graphics/ImageDecoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ResourceSource this
         0: .line 463
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ResourceSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ResourceSource;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ImageDecoder.java"
NestHost: android.graphics.ImageDecoder
InnerClasses:
  private ResourceSource = android.graphics.ImageDecoder$ResourceSource of android.graphics.ImageDecoder
  public abstract Source = android.graphics.ImageDecoder$Source of android.graphics.ImageDecoder