public class com.android.internal.app.AlertController$RecycleListView extends android.widget.ListView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.internal.app.AlertController$RecycleListView
  super_class: android.widget.ListView
{
  private final int mPaddingTopNoTitle;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mPaddingBottomNoButtons;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean mRecycleOnMeasure;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.internal.app.AlertController$RecycleListView this
        start local 1 // android.content.Context context
         0: .line 936
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial com.android.internal.app.AlertController$RecycleListView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 937
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.internal.app.AlertController$RecycleListView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/internal/app/AlertController$RecycleListView;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.internal.app.AlertController$RecycleListView this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.internal.app.AlertController$RecycleListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/internal/app/AlertController$RecycleListView;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void setHasDecor(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.android.internal.app.AlertController$RecycleListView this
        start local 1 // boolean hasTitle
        start local 2 // boolean hasButtons
         0: .line 951
            iload 2 /* hasButtons */
            ifeq 1
            iload 1 /* hasTitle */
            ifne 10
         1: .line 952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.internal.app.AlertController$RecycleListView.getPaddingLeft:()I
            istore 3 /* paddingLeft */
        start local 3 // int paddingLeft
         2: .line 953
            iload 1 /* hasTitle */
            ifeq 3
            aload 0 /* this */
            invokevirtual com.android.internal.app.AlertController$RecycleListView.getPaddingTop:()I
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            getfield com.android.internal.app.AlertController$RecycleListView.mPaddingTopNoTitle:I
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* paddingTop */
        start local 4 // int paddingTop
         5: .line 954
            aload 0 /* this */
            invokevirtual com.android.internal.app.AlertController$RecycleListView.getPaddingRight:()I
            istore 5 /* paddingRight */
        start local 5 // int paddingRight
         6: .line 955
            iload 2 /* hasButtons */
            ifeq 7
            aload 0 /* this */
            invokevirtual com.android.internal.app.AlertController$RecycleListView.getPaddingBottom:()I
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: aload 0 /* this */
            getfield com.android.internal.app.AlertController$RecycleListView.mPaddingBottomNoButtons:I
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* paddingBottom */
        start local 6 // int paddingBottom
         9: .line 956
            aload 0 /* this */
            iload 3 /* paddingLeft */
            iload 4 /* paddingTop */
            iload 5 /* paddingRight */
            iload 6 /* paddingBottom */
            invokevirtual com.android.internal.app.AlertController$RecycleListView.setPadding:(IIII)V
        end local 6 // int paddingBottom
        end local 5 // int paddingRight
        end local 4 // int paddingTop
        end local 3 // int paddingLeft
        10: .line 958
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean hasButtons
        end local 1 // boolean hasTitle
        end local 0 // com.android.internal.app.AlertController$RecycleListView this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/android/internal/app/AlertController$RecycleListView;
            0   11     1       hasTitle  Z
            0   11     2     hasButtons  Z
            2   10     3    paddingLeft  I
            5   10     4     paddingTop  I
            6   10     5   paddingRight  I
            9   10     6  paddingBottom  I
    MethodParameters:
            Name  Flags
      hasTitle    
      hasButtons  

  protected boolean recycleOnMeasure();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.internal.app.AlertController$RecycleListView this
         0: .line 962
            aload 0 /* this */
            getfield com.android.internal.app.AlertController$RecycleListView.mRecycleOnMeasure:Z
            ireturn
        end local 0 // com.android.internal.app.AlertController$RecycleListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/internal/app/AlertController$RecycleListView;
}
SourceFile: "AlertController.java"
NestHost: com.android.internal.app.AlertController
InnerClasses:
  public RecycleListView = com.android.internal.app.AlertController$RecycleListView of com.android.internal.app.AlertController