class android.widget.RemoteViews$BitmapCache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$BitmapCache
  super_class: java.lang.Object
{
  java.util.ArrayList<android.graphics.Bitmap> mBitmaps;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0000) 
    Signature: Ljava/util/ArrayList<Landroid/graphics/Bitmap;>;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$BitmapCache this
         0: .line 1160
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1158
            aload 0 /* this */
            iconst_m1
            putfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
         2: .line 1161
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
         3: .line 1162
            return
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/widget/RemoteViews$BitmapCache;

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$BitmapCache this
        start local 1 // android.os.Parcel source
         0: .line 1164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1158
            aload 0 /* this */
            iconst_m1
            putfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
         2: .line 1165
            aload 0 /* this */
            aload 1 /* source */
            getstatic android.graphics.Bitmap.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
            putfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
         3: .line 1166
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/RemoteViews$BitmapCache;
            0    4     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  

  public int getBitmapId(android.graphics.Bitmap);
    descriptor: (Landroid/graphics/Bitmap;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$BitmapCache this
        start local 1 // android.graphics.Bitmap b
         0: .line 1169
            aload 1 /* b */
            ifnonnull 2
         1: .line 1170
            iconst_m1
            ireturn
         2: .line 1172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            aload 1 /* b */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 1173
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            aload 1 /* b */
            invokevirtual java.util.ArrayList.indexOf:(Ljava/lang/Object;)I
            ireturn
         4: .line 1175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            aload 1 /* b */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1176
            aload 0 /* this */
            iconst_m1
            putfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
         6: .line 1177
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            ireturn
        end local 1 // android.graphics.Bitmap b
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/widget/RemoteViews$BitmapCache;
            0    7     1     b  Landroid/graphics/Bitmap;
    MethodParameters:
      Name  Flags
      b     

  public android.graphics.Bitmap getBitmapForId(int);
    descriptor: (I)Landroid/graphics/Bitmap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$BitmapCache this
        start local 1 // int id
         0: .line 1183
            iload 1 /* id */
            iconst_m1
            if_icmpeq 1
            iload 1 /* id */
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 2
         1: .line 1184
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 1186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            iload 1 /* id */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.graphics.Bitmap
            areturn
        end local 1 // int id
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/RemoteViews$BitmapCache;
            0    3     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public void writeBitmapsToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$BitmapCache this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 1191
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;I)V
         1: .line 1192
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/RemoteViews$BitmapCache;
            0    2     1   dest  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public int getBitmapMemory();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // android.widget.RemoteViews$BitmapCache this
         0: .line 1195
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
            ifge 8
         1: .line 1196
            aload 0 /* this */
            iconst_0
            putfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
         2: .line 1197
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* count */
        start local 1 // int count
         3: .line 1198
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 1199
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmaps:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.graphics.Bitmap
            invokevirtual android.graphics.Bitmap.getAllocationByteCount:()I
            iadd
            putfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
         6: .line 1198
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* count */
            if_icmplt 5
        end local 2 // int i
        end local 1 // int count
         8: .line 1202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$BitmapCache.mBitmapMemory:I
            ireturn
        end local 0 // android.widget.RemoteViews$BitmapCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Landroid/widget/RemoteViews$BitmapCache;
            3    8     1  count  I
            4    8     2      i  I
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  private BitmapCache = android.widget.RemoteViews$BitmapCache of android.widget.RemoteViews