public abstract class android.widget.ResourceCursorAdapter extends android.widget.CursorAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.widget.ResourceCursorAdapter
  super_class: android.widget.CursorAdapter
{
  private int mLayout;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownLayout;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.view.LayoutInflater mInflater;
    descriptor: Landroid/view/LayoutInflater;
    flags: (0x0002) ACC_PRIVATE

  private android.view.LayoutInflater mDropDownInflater;
    descriptor: Landroid/view/LayoutInflater;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.content.Context, int, android.database.Cursor);
    descriptor: (Landroid/content/Context;ILandroid/database/Cursor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.Context context
        start local 2 // int layout
        start local 3 // android.database.Cursor c
         0: .line 55
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* c */
            invokespecial android.widget.CursorAdapter.<init>:(Landroid/content/Context;Landroid/database/Cursor;)V
         1: .line 56
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* layout */
            dup_x1
            putfield android.widget.ResourceCursorAdapter.mDropDownLayout:I
            putfield android.widget.ResourceCursorAdapter.mLayout:I
         2: .line 57
            aload 0 /* this */
            aload 1 /* context */
            ldc "layout_inflater"
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast android.view.LayoutInflater
            putfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
         3: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
         4: .line 59
            return
        end local 3 // android.database.Cursor c
        end local 2 // int layout
        end local 1 // android.content.Context context
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/widget/ResourceCursorAdapter;
            0    5     1  context  Landroid/content/Context;
            0    5     2   layout  I
            0    5     3        c  Landroid/database/Cursor;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  
      layout   
      c        

  public void <init>(android.content.Context, int, android.database.Cursor, boolean);
    descriptor: (Landroid/content/Context;ILandroid/database/Cursor;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.Context context
        start local 2 // int layout
        start local 3 // android.database.Cursor c
        start local 4 // boolean autoRequery
         0: .line 78
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* c */
            iload 4 /* autoRequery */
            invokespecial android.widget.CursorAdapter.<init>:(Landroid/content/Context;Landroid/database/Cursor;Z)V
         1: .line 79
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* layout */
            dup_x1
            putfield android.widget.ResourceCursorAdapter.mDropDownLayout:I
            putfield android.widget.ResourceCursorAdapter.mLayout:I
         2: .line 80
            aload 0 /* this */
            aload 1 /* context */
            ldc "layout_inflater"
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast android.view.LayoutInflater
            putfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
         3: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
         4: .line 82
            return
        end local 4 // boolean autoRequery
        end local 3 // android.database.Cursor c
        end local 2 // int layout
        end local 1 // android.content.Context context
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/widget/ResourceCursorAdapter;
            0    5     1      context  Landroid/content/Context;
            0    5     2       layout  I
            0    5     3            c  Landroid/database/Cursor;
            0    5     4  autoRequery  Z
    MethodParameters:
             Name  Flags
      context      
      layout       
      c            
      autoRequery  

  public void <init>(android.content.Context, int, android.database.Cursor, int);
    descriptor: (Landroid/content/Context;ILandroid/database/Cursor;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.Context context
        start local 2 // int layout
        start local 3 // android.database.Cursor c
        start local 4 // int flags
         0: .line 96
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* c */
            iload 4 /* flags */
            invokespecial android.widget.CursorAdapter.<init>:(Landroid/content/Context;Landroid/database/Cursor;I)V
         1: .line 97
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* layout */
            dup_x1
            putfield android.widget.ResourceCursorAdapter.mDropDownLayout:I
            putfield android.widget.ResourceCursorAdapter.mLayout:I
         2: .line 98
            aload 0 /* this */
            aload 1 /* context */
            ldc "layout_inflater"
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast android.view.LayoutInflater
            putfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
         3: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
         4: .line 100
            return
        end local 4 // int flags
        end local 3 // android.database.Cursor c
        end local 2 // int layout
        end local 1 // android.content.Context context
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/widget/ResourceCursorAdapter;
            0    5     1  context  Landroid/content/Context;
            0    5     2   layout  I
            0    5     3        c  Landroid/database/Cursor;
            0    5     4    flags  I
    MethodParameters:
         Name  Flags
      context  
      layout   
      c        
      flags    

  public void setDropDownViewTheme(android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources$Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.res.Resources$Theme theme
         0: .line 115
            aload 0 /* this */
            aload 1 /* theme */
            invokespecial android.widget.CursorAdapter.setDropDownViewTheme:(Landroid/content/res/Resources$Theme;)V
         1: .line 117
            aload 1 /* theme */
            ifnonnull 4
         2: .line 118
            aload 0 /* this */
            aconst_null
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
         3: .line 119
            goto 9
      StackMap locals:
      StackMap stack:
         4: aload 1 /* theme */
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            invokevirtual android.view.LayoutInflater.getContext:()Landroid/content/Context;
            invokevirtual android.content.Context.getTheme:()Landroid/content/res/Resources$Theme;
            if_acmpne 7
         5: .line 120
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
         6: .line 121
            goto 9
         7: .line 122
      StackMap locals:
      StackMap stack:
            new android.view.ContextThemeWrapper
            dup
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mContext:Landroid/content/Context;
            aload 1 /* theme */
            invokespecial android.view.ContextThemeWrapper.<init>:(Landroid/content/Context;Landroid/content/res/Resources$Theme;)V
            astore 2 /* context */
        start local 2 // android.content.Context context
         8: .line 123
            aload 0 /* this */
            aload 2 /* context */
            invokestatic android.view.LayoutInflater.from:(Landroid/content/Context;)Landroid/view/LayoutInflater;
            putfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
        end local 2 // android.content.Context context
         9: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.res.Resources$Theme theme
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Landroid/widget/ResourceCursorAdapter;
            0   10     1    theme  Landroid/content/res/Resources$Theme;
            8    9     2  context  Landroid/content/Context;
    MethodParameters:
       Name  Flags
      theme  

  public android.view.View newView(android.content.Context, android.database.Cursor, android.view.ViewGroup);
    descriptor: (Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.Context context
        start local 2 // android.database.Cursor cursor
        start local 3 // android.view.ViewGroup parent
         0: .line 135
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mInflater:Landroid/view/LayoutInflater;
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mLayout:I
            aload 3 /* parent */
            iconst_0
            invokevirtual android.view.LayoutInflater.inflate:(ILandroid/view/ViewGroup;Z)Landroid/view/View;
            areturn
        end local 3 // android.view.ViewGroup parent
        end local 2 // android.database.Cursor cursor
        end local 1 // android.content.Context context
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/widget/ResourceCursorAdapter;
            0    1     1  context  Landroid/content/Context;
            0    1     2   cursor  Landroid/database/Cursor;
            0    1     3   parent  Landroid/view/ViewGroup;
    MethodParameters:
         Name  Flags
      context  
      cursor   
      parent   

  public android.view.View newDropDownView(android.content.Context, android.database.Cursor, android.view.ViewGroup);
    descriptor: (Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // android.content.Context context
        start local 2 // android.database.Cursor cursor
        start local 3 // android.view.ViewGroup parent
         0: .line 140
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mDropDownInflater:Landroid/view/LayoutInflater;
            aload 0 /* this */
            getfield android.widget.ResourceCursorAdapter.mDropDownLayout:I
            aload 3 /* parent */
            iconst_0
            invokevirtual android.view.LayoutInflater.inflate:(ILandroid/view/ViewGroup;Z)Landroid/view/View;
            areturn
        end local 3 // android.view.ViewGroup parent
        end local 2 // android.database.Cursor cursor
        end local 1 // android.content.Context context
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/widget/ResourceCursorAdapter;
            0    1     1  context  Landroid/content/Context;
            0    1     2   cursor  Landroid/database/Cursor;
            0    1     3   parent  Landroid/view/ViewGroup;
    MethodParameters:
         Name  Flags
      context  
      cursor   
      parent   

  public void setViewResource(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // int layout
         0: .line 149
            aload 0 /* this */
            iload 1 /* layout */
            putfield android.widget.ResourceCursorAdapter.mLayout:I
         1: .line 150
            return
        end local 1 // int layout
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/ResourceCursorAdapter;
            0    2     1  layout  I
    MethodParameters:
        Name  Flags
      layout  

  public void setDropDownViewResource(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ResourceCursorAdapter this
        start local 1 // int dropDownLayout
         0: .line 158
            aload 0 /* this */
            iload 1 /* dropDownLayout */
            putfield android.widget.ResourceCursorAdapter.mDropDownLayout:I
         1: .line 159
            return
        end local 1 // int dropDownLayout
        end local 0 // android.widget.ResourceCursorAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/widget/ResourceCursorAdapter;
            0    2     1  dropDownLayout  I
    MethodParameters:
                Name  Flags
      dropDownLayout  
}
SourceFile: "ResourceCursorAdapter.java"
InnerClasses:
  public final Theme = android.content.res.Resources$Theme of android.content.res.Resources