public class android.preference.PreferenceFrameLayout extends android.widget.FrameLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.preference.PreferenceFrameLayout
  super_class: android.widget.FrameLayout
{
  private static final int DEFAULT_BORDER_TOP;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int DEFAULT_BORDER_BOTTOM;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int DEFAULT_BORDER_LEFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int DEFAULT_BORDER_RIGHT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

  private boolean mPaddingApplied;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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 // android.preference.PreferenceFrameLayout this
        start local 1 // android.content.Context context
         0: .line 40
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial android.preference.PreferenceFrameLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 41
            return
        end local 1 // android.content.Context context
        end local 0 // android.preference.PreferenceFrameLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/preference/PreferenceFrameLayout;
            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 // android.preference.PreferenceFrameLayout 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceFrameLayout;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.preference.PreferenceFrameLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 48
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.preference.PreferenceFrameLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 49
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.preference.PreferenceFrameLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/preference/PreferenceFrameLayout;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  public void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.preference.PreferenceFrameLayout 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceFrameLayout;
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  public android.preference.PreferenceFrameLayout$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/preference/PreferenceFrameLayout$LayoutParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.preference.PreferenceFrameLayout this
        start local 1 // android.util.AttributeSet attrs
         0: .line 84
            new android.preference.PreferenceFrameLayout$LayoutParams
            dup
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getContext:()Landroid/content/Context;
            aload 1 /* attrs */
            invokespecial android.preference.PreferenceFrameLayout$LayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
            areturn
        end local 1 // android.util.AttributeSet attrs
        end local 0 // android.preference.PreferenceFrameLayout this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/preference/PreferenceFrameLayout;
            0    1     1  attrs  Landroid/util/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  

  public void addView(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // android.preference.PreferenceFrameLayout this
        start local 1 // android.view.View child
         0: .line 89
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingTop:()I
            istore 2 /* borderTop */
        start local 2 // int borderTop
         1: .line 90
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingBottom:()I
            istore 3 /* borderBottom */
        start local 3 // int borderBottom
         2: .line 91
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingLeft:()I
            istore 4 /* borderLeft */
        start local 4 // int borderLeft
         3: .line 92
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingRight:()I
            istore 5 /* borderRight */
        start local 5 // int borderRight
         4: .line 94
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 6 /* params */
        start local 6 // android.view.ViewGroup$LayoutParams params
         5: .line 95
            aload 6 /* params */
            instanceof android.preference.PreferenceFrameLayout$LayoutParams
            ifeq 7
         6: .line 96
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.preference.PreferenceFrameLayout$LayoutParams
            goto 8
      StackMap locals: android.preference.PreferenceFrameLayout android.view.View int int int int android.view.ViewGroup$LayoutParams
      StackMap stack:
         7: aconst_null
         8: .line 95
      StackMap locals:
      StackMap stack: android.preference.PreferenceFrameLayout$LayoutParams
            astore 7 /* layoutParams */
        start local 7 // android.preference.PreferenceFrameLayout$LayoutParams layoutParams
         9: .line 98
            aload 7 /* layoutParams */
            ifnull 17
            aload 7 /* layoutParams */
            getfield android.preference.PreferenceFrameLayout$LayoutParams.removeBorders:Z
            ifeq 17
        10: .line 99
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mPaddingApplied:Z
            ifeq 23
        11: .line 100
            iload 2 /* borderTop */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderTop:I
            isub
            istore 2 /* borderTop */
        12: .line 101
            iload 3 /* borderBottom */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderBottom:I
            isub
            istore 3 /* borderBottom */
        13: .line 102
            iload 4 /* borderLeft */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderLeft:I
            isub
            istore 4 /* borderLeft */
        14: .line 103
            iload 5 /* borderRight */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderRight:I
            isub
            istore 5 /* borderRight */
        15: .line 104
            aload 0 /* this */
            iconst_0
            putfield android.preference.PreferenceFrameLayout.mPaddingApplied:Z
        16: .line 106
            goto 23
        17: .line 109
      StackMap locals: android.preference.PreferenceFrameLayout$LayoutParams
      StackMap stack:
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mPaddingApplied:Z
            ifne 23
        18: .line 110
            iload 2 /* borderTop */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderTop:I
            iadd
            istore 2 /* borderTop */
        19: .line 111
            iload 3 /* borderBottom */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderBottom:I
            iadd
            istore 3 /* borderBottom */
        20: .line 112
            iload 4 /* borderLeft */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderLeft:I
            iadd
            istore 4 /* borderLeft */
        21: .line 113
            iload 5 /* borderRight */
            aload 0 /* this */
            getfield android.preference.PreferenceFrameLayout.mBorderRight:I
            iadd
            istore 5 /* borderRight */
        22: .line 114
            aload 0 /* this */
            iconst_1
            putfield android.preference.PreferenceFrameLayout.mPaddingApplied:Z
        23: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingTop:()I
            istore 8 /* previousTop */
        start local 8 // int previousTop
        24: .line 119
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingBottom:()I
            istore 9 /* previousBottom */
        start local 9 // int previousBottom
        25: .line 120
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingLeft:()I
            istore 10 /* previousLeft */
        start local 10 // int previousLeft
        26: .line 121
            aload 0 /* this */
            invokevirtual android.preference.PreferenceFrameLayout.getPaddingRight:()I
            istore 11 /* previousRight */
        start local 11 // int previousRight
        27: .line 122
            iload 8 /* previousTop */
            iload 2 /* borderTop */
            if_icmpne 29
            iload 9 /* previousBottom */
            iload 3 /* borderBottom */
            if_icmpne 29
        28: .line 123
            iload 10 /* previousLeft */
            iload 4 /* borderLeft */
            if_icmpne 29
            iload 11 /* previousRight */
            iload 5 /* borderRight */
            if_icmpeq 30
        29: .line 124
      StackMap locals: android.preference.PreferenceFrameLayout android.view.View int int int int android.view.ViewGroup$LayoutParams android.preference.PreferenceFrameLayout$LayoutParams int int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* borderLeft */
            iload 2 /* borderTop */
            iload 5 /* borderRight */
            iload 3 /* borderBottom */
            invokevirtual android.preference.PreferenceFrameLayout.setPadding:(IIII)V
        30: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            invokespecial android.widget.FrameLayout.addView:(Landroid/view/View;)V
        31: .line 128
            return
        end local 11 // int previousRight
        end local 10 // int previousLeft
        end local 9 // int previousBottom
        end local 8 // int previousTop
        end local 7 // android.preference.PreferenceFrameLayout$LayoutParams layoutParams
        end local 6 // android.view.ViewGroup$LayoutParams params
        end local 5 // int borderRight
        end local 4 // int borderLeft
        end local 3 // int borderBottom
        end local 2 // int borderTop
        end local 1 // android.view.View child
        end local 0 // android.preference.PreferenceFrameLayout this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   32     0            this  Landroid/preference/PreferenceFrameLayout;
            0   32     1           child  Landroid/view/View;
            1   32     2       borderTop  I
            2   32     3    borderBottom  I
            3   32     4      borderLeft  I
            4   32     5     borderRight  I
            5   32     6          params  Landroid/view/ViewGroup$LayoutParams;
            9   32     7    layoutParams  Landroid/preference/PreferenceFrameLayout$LayoutParams;
           24   32     8     previousTop  I
           25   32     9  previousBottom  I
           26   32    10    previousLeft  I
           27   32    11   previousRight  I
    MethodParameters:
       Name  Flags
      child  

  public android.widget.FrameLayout$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/widget/FrameLayout$LayoutParams;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.preference.PreferenceFrameLayout.generateLayoutParams:(Landroid/util/AttributeSet;)Landroid/preference/PreferenceFrameLayout$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public android.view.ViewGroup$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.preference.PreferenceFrameLayout.generateLayoutParams:(Landroid/util/AttributeSet;)Landroid/preference/PreferenceFrameLayout$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PreferenceFrameLayout.java"
NestMembers:
  android.preference.PreferenceFrameLayout$LayoutParams
InnerClasses:
  public LayoutParams = android.preference.PreferenceFrameLayout$LayoutParams of android.preference.PreferenceFrameLayout
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.FrameLayout$LayoutParams of android.widget.FrameLayout