public class android.preference.PreferenceFrameLayout$LayoutParams extends android.widget.FrameLayout$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.preference.PreferenceFrameLayout$LayoutParams
  super_class: android.widget.FrameLayout$LayoutParams
{
  public boolean removeBorders;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  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 // android.preference.PreferenceFrameLayout$LayoutParams this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.preference.PreferenceFrameLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceFrameLayout$LayoutParams;
    MethodParameters:
       Name  Flags
      c      
      attrs  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.preference.PreferenceFrameLayout$LayoutParams this
        start local 1 // int width
        start local 2 // int height
         0: .line 150
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            invokespecial android.widget.FrameLayout$LayoutParams.<init>:(II)V
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield android.preference.PreferenceFrameLayout$LayoutParams.removeBorders:Z
         2: .line 151
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // android.preference.PreferenceFrameLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/preference/PreferenceFrameLayout$LayoutParams;
            0    3     1   width  I
            0    3     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  
}
SourceFile: "PreferenceFrameLayout.java"
NestHost: android.preference.PreferenceFrameLayout
InnerClasses:
  public LayoutParams = android.preference.PreferenceFrameLayout$LayoutParams of android.preference.PreferenceFrameLayout
  public LayoutParams = android.widget.FrameLayout$LayoutParams of android.widget.FrameLayout