public class android.widget.AbsoluteLayout extends android.view.ViewGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.AbsoluteLayout
  super_class: android.view.ViewGroup
{
  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.widget.AbsoluteLayout this
        start local 1 // android.content.Context context
         0: .line 43
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial android.widget.AbsoluteLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 44
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/AbsoluteLayout;
            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=4, locals=3, args_size=3
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 47
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iconst_0
            invokespecial android.widget.AbsoluteLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 48
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/AbsoluteLayout;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    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.widget.AbsoluteLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 51
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.widget.AbsoluteLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 52
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/AbsoluteLayout;
            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=5, locals=5, args_size=5
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
        start local 4 // int defStyleRes
         0: .line 55
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iload 4 /* defStyleRes */
            invokespecial android.view.ViewGroup.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 56
            return
        end local 4 // int defStyleRes
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/AbsoluteLayout;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
            0    2     4   defStyleRes  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 60
            aload 0 /* this */
            invokevirtual android.widget.AbsoluteLayout.getChildCount:()I
            istore 3 /* count */
        start local 3 // int count
         1: .line 62
            iconst_0
            istore 4 /* maxHeight */
        start local 4 // int maxHeight
         2: .line 63
            iconst_0
            istore 5 /* maxWidth */
        start local 5 // int maxWidth
         3: .line 66
            aload 0 /* this */
            iload 1 /* widthMeasureSpec */
            iload 2 /* heightMeasureSpec */
            invokevirtual android.widget.AbsoluteLayout.measureChildren:(II)V
         4: .line 69
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 15
         6: .line 70
      StackMap locals: android.widget.AbsoluteLayout int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual android.widget.AbsoluteLayout.getChildAt:(I)Landroid/view/View;
            astore 7 /* child */
        start local 7 // android.view.View child
         7: .line 71
            aload 7 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 14
         8: .line 76
            aload 7 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.AbsoluteLayout$LayoutParams
         9: .line 75
            astore 10 /* lp */
        start local 10 // android.widget.AbsoluteLayout$LayoutParams lp
        10: .line 78
            aload 10 /* lp */
            getfield android.widget.AbsoluteLayout$LayoutParams.x:I
            aload 7 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            iadd
            istore 8 /* childRight */
        start local 8 // int childRight
        11: .line 79
            aload 10 /* lp */
            getfield android.widget.AbsoluteLayout$LayoutParams.y:I
            aload 7 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            istore 9 /* childBottom */
        start local 9 // int childBottom
        12: .line 81
            iload 5 /* maxWidth */
            iload 8 /* childRight */
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* maxWidth */
        13: .line 82
            iload 4 /* maxHeight */
            iload 9 /* childBottom */
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* maxHeight */
        end local 10 // android.widget.AbsoluteLayout$LayoutParams lp
        end local 9 // int childBottom
        end local 8 // int childRight
        end local 7 // android.view.View child
        14: .line 69
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 3 /* count */
            if_icmplt 6
        end local 6 // int i
        16: .line 87
            iload 5 /* maxWidth */
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingLeft:I
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingRight:I
            iadd
            iadd
            istore 5 /* maxWidth */
        17: .line 88
            iload 4 /* maxHeight */
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingTop:I
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingBottom:I
            iadd
            iadd
            istore 4 /* maxHeight */
        18: .line 91
            iload 4 /* maxHeight */
            aload 0 /* this */
            invokevirtual android.widget.AbsoluteLayout.getSuggestedMinimumHeight:()I
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* maxHeight */
        19: .line 92
            iload 5 /* maxWidth */
            aload 0 /* this */
            invokevirtual android.widget.AbsoluteLayout.getSuggestedMinimumWidth:()I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* maxWidth */
        20: .line 94
            aload 0 /* this */
            iload 5 /* maxWidth */
            iload 1 /* widthMeasureSpec */
            iconst_0
            invokestatic android.widget.AbsoluteLayout.resolveSizeAndState:(III)I
        21: .line 95
            iload 4 /* maxHeight */
            iload 2 /* heightMeasureSpec */
            iconst_0
            invokestatic android.widget.AbsoluteLayout.resolveSizeAndState:(III)I
        22: .line 94
            invokevirtual android.widget.AbsoluteLayout.setMeasuredDimension:(II)V
        23: .line 96
            return
        end local 5 // int maxWidth
        end local 4 // int maxHeight
        end local 3 // int count
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0               this  Landroid/widget/AbsoluteLayout;
            0   24     1   widthMeasureSpec  I
            0   24     2  heightMeasureSpec  I
            1   24     3              count  I
            2   24     4          maxHeight  I
            3   24     5           maxWidth  I
            5   16     6                  i  I
            7   14     7              child  Landroid/view/View;
           11   14     8         childRight  I
           12   14     9        childBottom  I
           10   14    10                 lp  Landroid/widget/AbsoluteLayout$LayoutParams;
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  

  protected android.view.ViewGroup$LayoutParams generateDefaultLayoutParams();
    descriptor: ()Landroid/view/ViewGroup$LayoutParams;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.widget.AbsoluteLayout this
         0: .line 106
            new android.widget.AbsoluteLayout$LayoutParams
            dup
            bipush -2
            bipush -2
            iconst_0
            iconst_0
            invokespecial android.widget.AbsoluteLayout$LayoutParams.<init>:(IIII)V
            areturn
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/AbsoluteLayout;

  protected void onLayout(boolean, int, int, int, int);
    descriptor: (ZIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=12, args_size=6
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // boolean changed
        start local 2 // int l
        start local 3 // int t
        start local 4 // int r
        start local 5 // int b
         0: .line 112
            aload 0 /* this */
            invokevirtual android.widget.AbsoluteLayout.getChildCount:()I
            istore 6 /* count */
        start local 6 // int count
         1: .line 114
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 14
         3: .line 115
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* i */
            invokevirtual android.widget.AbsoluteLayout.getChildAt:(I)Landroid/view/View;
            astore 8 /* child */
        start local 8 // android.view.View child
         4: .line 116
            aload 8 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 13
         5: .line 119
            aload 8 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.AbsoluteLayout$LayoutParams
         6: .line 118
            astore 9 /* lp */
        start local 9 // android.widget.AbsoluteLayout$LayoutParams lp
         7: .line 121
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingLeft:I
            aload 9 /* lp */
            getfield android.widget.AbsoluteLayout$LayoutParams.x:I
            iadd
            istore 10 /* childLeft */
        start local 10 // int childLeft
         8: .line 122
            aload 0 /* this */
            getfield android.widget.AbsoluteLayout.mPaddingTop:I
            aload 9 /* lp */
            getfield android.widget.AbsoluteLayout$LayoutParams.y:I
            iadd
            istore 11 /* childTop */
        start local 11 // int childTop
         9: .line 123
            aload 8 /* child */
            iload 10 /* childLeft */
            iload 11 /* childTop */
        10: .line 124
            iload 10 /* childLeft */
            aload 8 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            iadd
        11: .line 125
            iload 11 /* childTop */
            aload 8 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
        12: .line 123
            invokevirtual android.view.View.layout:(IIII)V
        end local 11 // int childTop
        end local 10 // int childLeft
        end local 9 // android.widget.AbsoluteLayout$LayoutParams lp
        end local 8 // android.view.View child
        13: .line 114
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            iload 6 /* count */
            if_icmplt 3
        end local 7 // int i
        15: .line 129
            return
        end local 6 // int count
        end local 5 // int b
        end local 4 // int r
        end local 3 // int t
        end local 2 // int l
        end local 1 // boolean changed
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Landroid/widget/AbsoluteLayout;
            0   16     1    changed  Z
            0   16     2          l  I
            0   16     3          t  I
            0   16     4          r  I
            0   16     5          b  I
            1   16     6      count  I
            2   15     7          i  I
            4   13     8      child  Landroid/view/View;
            7   13     9         lp  Landroid/widget/AbsoluteLayout$LayoutParams;
            8   13    10  childLeft  I
            9   13    11   childTop  I
    MethodParameters:
         Name  Flags
      changed  
      l        
      t        
      r        
      b        

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

  protected boolean checkLayoutParams(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 139
            aload 1 /* p */
            instanceof android.widget.AbsoluteLayout$LayoutParams
            ireturn
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/AbsoluteLayout;
            0    1     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

  protected android.view.ViewGroup$LayoutParams generateLayoutParams(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)Landroid/view/ViewGroup$LayoutParams;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.AbsoluteLayout this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 144
            new android.widget.AbsoluteLayout$LayoutParams
            dup
            aload 1 /* p */
            invokespecial android.widget.AbsoluteLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
            areturn
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/AbsoluteLayout;
            0    1     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

  public boolean shouldDelayChildPressedState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.AbsoluteLayout this
         0: .line 149
            iconst_0
            ireturn
        end local 0 // android.widget.AbsoluteLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/AbsoluteLayout;
}
SourceFile: "AbsoluteLayout.java"
NestMembers:
  android.widget.AbsoluteLayout$LayoutParams
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.AbsoluteLayout$LayoutParams of android.widget.AbsoluteLayout
  public abstract RemoteView = android.widget.RemoteViews$RemoteView of android.widget.RemoteViews
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      android.widget.RemoteViews$RemoteView()