public class android.widget.RelativeLayout extends android.view.ViewGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.RelativeLayout
  super_class: android.view.ViewGroup
{
  public static final int TRUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int LEFT_OF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int RIGHT_OF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int ABOVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int BELOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ALIGN_BASELINE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int ALIGN_LEFT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int ALIGN_TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int ALIGN_RIGHT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int ALIGN_BOTTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int ALIGN_PARENT_LEFT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int ALIGN_PARENT_TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int ALIGN_PARENT_RIGHT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int ALIGN_PARENT_BOTTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int CENTER_IN_PARENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int CENTER_HORIZONTAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int CENTER_VERTICAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  public static final int START_OF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final int END_OF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int ALIGN_START;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  public static final int ALIGN_END;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  public static final int ALIGN_PARENT_START;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final int ALIGN_PARENT_END;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 21

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

  private static final int[] RULES_VERTICAL;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] RULES_HORIZONTAL;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private android.view.View mBaselineView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

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

  private final android.graphics.Rect mContentBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect mSelfBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private java.util.SortedSet<android.view.View> mTopToBottomLeftToRightSet;
    descriptor: Ljava/util/SortedSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/SortedSet<Landroid/view/View;>;

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

  private android.view.View[] mSortedHorizontalChildren;
    descriptor: [Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View[] mSortedVerticalChildren;
    descriptor: [Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private final android.widget.RelativeLayout$DependencyGraph mGraph;
    descriptor: Landroid/widget/RelativeLayout$DependencyGraph;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 191
            iconst_5
            newarray 10
            dup
            iconst_0
         1: .line 192
            iconst_2
            iastore
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_3
            bipush 6
            iastore
            dup
            iconst_4
            bipush 8
            iastore
         2: .line 191
            putstatic android.widget.RelativeLayout.RULES_VERTICAL:[I
         3: .line 195
            bipush 8
            newarray 10
            dup
            iconst_1
         4: .line 196
            iconst_1
            iastore
            dup
            iconst_2
            iconst_5
            iastore
            dup
            iconst_3
            bipush 7
            iastore
            dup
            iconst_4
            bipush 16
            iastore
            dup
            iconst_5
            bipush 17
            iastore
            dup
            bipush 6
            bipush 18
            iastore
            dup
            bipush 7
            bipush 19
            iastore
         5: .line 195
            putstatic android.widget.RelativeLayout.RULES_HORIZONTAL:[I
         6: .line 233
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.RelativeLayout this
        start local 1 // android.content.Context context
         0: .line 236
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial android.widget.RelativeLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 237
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/RelativeLayout;
            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.RelativeLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 240
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iconst_0
            invokespecial android.widget.RelativeLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 241
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/RelativeLayout;
            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.RelativeLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 244
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.widget.RelativeLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 245
            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.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/RelativeLayout;
            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.RelativeLayout 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 248
            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 204
            aload 0 /* this */
            aconst_null
            putfield android.widget.RelativeLayout.mBaselineView:Landroid/view/View;
         2: .line 206
            aload 0 /* this */
            ldc 8388659
            putfield android.widget.RelativeLayout.mGravity:I
         3: .line 207
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.RelativeLayout.mContentBounds:Landroid/graphics/Rect;
         4: .line 208
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.RelativeLayout.mSelfBounds:Landroid/graphics/Rect;
         5: .line 211
            aload 0 /* this */
            aconst_null
            putfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
         6: .line 216
            aload 0 /* this */
            new android.widget.RelativeLayout$DependencyGraph
            dup
            invokespecial android.widget.RelativeLayout$DependencyGraph.<init>:()V
            putfield android.widget.RelativeLayout.mGraph:Landroid/widget/RelativeLayout$DependencyGraph;
         7: .line 221
            aload 0 /* this */
            iconst_0
            putfield android.widget.RelativeLayout.mAllowBrokenMeasureSpecs:Z
         8: .line 225
            aload 0 /* this */
            iconst_0
            putfield android.widget.RelativeLayout.mMeasureVerticalWithPaddingMargin:Z
         9: .line 249
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iload 4 /* defStyleRes */
            invokevirtual android.widget.RelativeLayout.initFromAttributes:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
        10: .line 250
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual android.widget.RelativeLayout.queryCompatibilityModes:(Landroid/content/Context;)V
        11: .line 251
            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.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Landroid/widget/RelativeLayout;
            0   12     1       context  Landroid/content/Context;
            0   12     2         attrs  Landroid/util/AttributeSet;
            0   12     3  defStyleAttr  I
            0   12     4   defStyleRes  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  private void initFromAttributes(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.widget.RelativeLayout this
         0: .line 256
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RelativeLayout;
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  private void queryCompatibilityModes(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.content.Context context
         0: .line 263
            aload 1 /* context */
            invokevirtual android.content.Context.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
            istore 2 /* version */
        start local 2 // int version
         1: .line 264
            aload 0 /* this */
            iload 2 /* version */
            bipush 17
            if_icmpgt 2
            iconst_1
            goto 3
      StackMap locals: android.widget.RelativeLayout android.content.Context int
      StackMap stack: android.widget.RelativeLayout
         2: iconst_0
      StackMap locals: android.widget.RelativeLayout android.content.Context int
      StackMap stack: android.widget.RelativeLayout int
         3: putfield android.widget.RelativeLayout.mAllowBrokenMeasureSpecs:Z
         4: .line 265
            aload 0 /* this */
            iload 2 /* version */
            bipush 18
            if_icmplt 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: android.widget.RelativeLayout
         5: iconst_0
      StackMap locals: android.widget.RelativeLayout android.content.Context int
      StackMap stack: android.widget.RelativeLayout int
         6: putfield android.widget.RelativeLayout.mMeasureVerticalWithPaddingMargin:Z
         7: .line 266
            return
        end local 2 // int version
        end local 1 // android.content.Context context
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/widget/RelativeLayout;
            0    8     1  context  Landroid/content/Context;
            1    8     2  version  I
    MethodParameters:
         Name  Flags
      context  

  public boolean shouldDelayChildPressedState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 270
            iconst_0
            ireturn
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RelativeLayout;

  public void setIgnoreGravity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int viewId
         0: .line 286
            aload 0 /* this */
            iload 1 /* viewId */
            putfield android.widget.RelativeLayout.mIgnoreGravity:I
         1: .line 287
            return
        end local 1 // int viewId
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/RelativeLayout;
            0    2     1  viewId  I
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
        Name  Flags
      viewId  

  public int getGravity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 300
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            ireturn
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RelativeLayout;

  public void setGravity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int gravity
         0: .line 321
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            iload 1 /* gravity */
            if_icmpeq 7
         1: .line 322
            iload 1 /* gravity */
            ldc 8388615
            iand
            ifne 3
         2: .line 323
            iload 1 /* gravity */
            ldc 8388611
            ior
            istore 1 /* gravity */
         3: .line 326
      StackMap locals:
      StackMap stack:
            iload 1 /* gravity */
            bipush 112
            iand
            ifne 5
         4: .line 327
            iload 1 /* gravity */
            bipush 48
            ior
            istore 1 /* gravity */
         5: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* gravity */
            putfield android.widget.RelativeLayout.mGravity:I
         6: .line 331
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.requestLayout:()V
         7: .line 333
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int gravity
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/widget/RelativeLayout;
            0    8     1  gravity  I
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
         Name  Flags
      gravity  

  public void setHorizontalGravity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int horizontalGravity
         0: .line 337
            iload 1 /* horizontalGravity */
            ldc 8388615
            iand
            istore 2 /* gravity */
        start local 2 // int gravity
         1: .line 338
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            ldc 8388615
            iand
            iload 2 /* gravity */
            if_icmpeq 4
         2: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            ldc -8388616
            iand
            iload 2 /* gravity */
            ior
            putfield android.widget.RelativeLayout.mGravity:I
         3: .line 340
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.requestLayout:()V
         4: .line 342
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int gravity
        end local 1 // int horizontalGravity
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Landroid/widget/RelativeLayout;
            0    5     1  horizontalGravity  I
            1    5     2            gravity  I
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
                   Name  Flags
      horizontalGravity  

  public void setVerticalGravity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int verticalGravity
         0: .line 346
            iload 1 /* verticalGravity */
            bipush 112
            iand
            istore 2 /* gravity */
        start local 2 // int gravity
         1: .line 347
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            bipush 112
            iand
            iload 2 /* gravity */
            if_icmpeq 4
         2: .line 348
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            bipush -113
            iand
            iload 2 /* gravity */
            ior
            putfield android.widget.RelativeLayout.mGravity:I
         3: .line 349
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.requestLayout:()V
         4: .line 351
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int gravity
        end local 1 // int verticalGravity
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Landroid/widget/RelativeLayout;
            0    5     1  verticalGravity  I
            1    5     2          gravity  I
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
                 Name  Flags
      verticalGravity  

  public int getBaseline();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 355
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mBaselineView:Landroid/view/View;
            ifnull 1
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mBaselineView:Landroid/view/View;
            invokevirtual android.view.View.getBaseline:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial android.view.ViewGroup.getBaseline:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/RelativeLayout;

  public void requestLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 360
            aload 0 /* this */
            invokespecial android.view.ViewGroup.requestLayout:()V
         1: .line 361
            aload 0 /* this */
            iconst_1
            putfield android.widget.RelativeLayout.mDirtyHierarchy:Z
         2: .line 362
            return
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/RelativeLayout;

  private void sortChildren();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 365
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getChildCount:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 366
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedVerticalChildren:[Landroid/view/View;
            ifnull 2
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedVerticalChildren:[Landroid/view/View;
            arraylength
            iload 1 /* count */
            if_icmpeq 3
         2: .line 367
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* count */
            anewarray android.view.View
            putfield android.widget.RelativeLayout.mSortedVerticalChildren:[Landroid/view/View;
         3: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedHorizontalChildren:[Landroid/view/View;
            ifnull 4
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedHorizontalChildren:[Landroid/view/View;
            arraylength
            iload 1 /* count */
            if_icmpeq 5
         4: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* count */
            anewarray android.view.View
            putfield android.widget.RelativeLayout.mSortedHorizontalChildren:[Landroid/view/View;
         5: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGraph:Landroid/widget/RelativeLayout$DependencyGraph;
            astore 2 /* graph */
        start local 2 // android.widget.RelativeLayout$DependencyGraph graph
         6: .line 375
            aload 2 /* graph */
            invokevirtual android.widget.RelativeLayout$DependencyGraph.clear:()V
         7: .line 377
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 378
      StackMap locals: android.widget.RelativeLayout$DependencyGraph int
      StackMap stack:
            aload 2 /* graph */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual android.widget.RelativeLayout.getChildAt:(I)Landroid/view/View;
            invokevirtual android.widget.RelativeLayout$DependencyGraph.add:(Landroid/view/View;)V
        10: .line 377
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 9
        end local 3 // int i
        12: .line 381
            aload 2 /* graph */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedVerticalChildren:[Landroid/view/View;
            getstatic android.widget.RelativeLayout.RULES_VERTICAL:[I
            invokevirtual android.widget.RelativeLayout$DependencyGraph.getSortedViews:([Landroid/view/View;[I)V
        13: .line 382
            aload 2 /* graph */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedHorizontalChildren:[Landroid/view/View;
            getstatic android.widget.RelativeLayout.RULES_HORIZONTAL:[I
            invokevirtual android.widget.RelativeLayout$DependencyGraph.getSortedViews:([Landroid/view/View;[I)V
        14: .line 383
            return
        end local 2 // android.widget.RelativeLayout$DependencyGraph graph
        end local 1 // int count
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Landroid/widget/RelativeLayout;
            1   15     1  count  I
            6   15     2  graph  Landroid/widget/RelativeLayout$DependencyGraph;
            8   12     3      i  I

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=36, args_size=3
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 387
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mDirtyHierarchy:Z
            ifeq 3
         1: .line 388
            aload 0 /* this */
            iconst_0
            putfield android.widget.RelativeLayout.mDirtyHierarchy:Z
         2: .line 389
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.sortChildren:()V
         3: .line 392
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 3 /* myWidth */
        start local 3 // int myWidth
         4: .line 393
            iconst_m1
            istore 4 /* myHeight */
        start local 4 // int myHeight
         5: .line 395
            iconst_0
            istore 5 /* width */
        start local 5 // int width
         6: .line 396
            iconst_0
            istore 6 /* height */
        start local 6 // int height
         7: .line 398
            iload 1 /* widthMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getMode:(I)I
            istore 7 /* widthMode */
        start local 7 // int widthMode
         8: .line 399
            iload 2 /* heightMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getMode:(I)I
            istore 8 /* heightMode */
        start local 8 // int heightMode
         9: .line 400
            iload 1 /* widthMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getSize:(I)I
            istore 9 /* widthSize */
        start local 9 // int widthSize
        10: .line 401
            iload 2 /* heightMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getSize:(I)I
            istore 10 /* heightSize */
        start local 10 // int heightSize
        11: .line 404
            iload 7 /* widthMode */
            ifeq 13
        12: .line 405
            iload 9 /* widthSize */
            istore 3 /* myWidth */
        13: .line 408
      StackMap locals: android.widget.RelativeLayout int int int int int int int int int int
      StackMap stack:
            iload 8 /* heightMode */
            ifeq 15
        14: .line 409
            iload 10 /* heightSize */
            istore 4 /* myHeight */
        15: .line 412
      StackMap locals:
      StackMap stack:
            iload 7 /* widthMode */
            ldc 1073741824
            if_icmpne 17
        16: .line 413
            iload 3 /* myWidth */
            istore 5 /* width */
        17: .line 416
      StackMap locals:
      StackMap stack:
            iload 8 /* heightMode */
            ldc 1073741824
            if_icmpne 19
        18: .line 417
            iload 4 /* myHeight */
            istore 6 /* height */
        19: .line 420
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 11 /* ignore */
        start local 11 // android.view.View ignore
        20: .line 421
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            ldc 8388615
            iand
            istore 12 /* gravity */
        start local 12 // int gravity
        21: .line 422
            iload 12 /* gravity */
            ldc 8388611
            if_icmpeq 22
            iload 12 /* gravity */
            ifeq 22
            iconst_1
            goto 23
      StackMap locals: android.view.View int
      StackMap stack:
        22: iconst_0
      StackMap locals:
      StackMap stack: int
        23: istore 13 /* horizontalGravity */
        start local 13 // boolean horizontalGravity
        24: .line 423
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            bipush 112
            iand
            istore 12 /* gravity */
        25: .line 424
            iload 12 /* gravity */
            bipush 48
            if_icmpeq 26
            iload 12 /* gravity */
            ifeq 26
            iconst_1
            goto 27
      StackMap locals: int
      StackMap stack:
        26: iconst_0
      StackMap locals:
      StackMap stack: int
        27: istore 14 /* verticalGravity */
        start local 14 // boolean verticalGravity
        28: .line 426
            ldc 2147483647
            istore 15 /* left */
        start local 15 // int left
        29: .line 427
            ldc 2147483647
            istore 16 /* top */
        start local 16 // int top
        30: .line 428
            ldc -2147483648
            istore 17 /* right */
        start local 17 // int right
        31: .line 429
            ldc -2147483648
            istore 18 /* bottom */
        start local 18 // int bottom
        32: .line 431
            iconst_0
            istore 19 /* offsetHorizontalAxis */
        start local 19 // boolean offsetHorizontalAxis
        33: .line 432
            iconst_0
            istore 20 /* offsetVerticalAxis */
        start local 20 // boolean offsetVerticalAxis
        34: .line 434
            iload 13 /* horizontalGravity */
            ifne 35
            iload 14 /* verticalGravity */
            ifeq 37
      StackMap locals: android.widget.RelativeLayout int int int int int int int int int int android.view.View int int int int int int int int int
      StackMap stack:
        35: aload 0 /* this */
            getfield android.widget.RelativeLayout.mIgnoreGravity:I
            iconst_m1
            if_icmpeq 37
        36: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mIgnoreGravity:I
            invokevirtual android.widget.RelativeLayout.findViewById:(I)Landroid/view/View;
            astore 11 /* ignore */
        37: .line 438
      StackMap locals:
      StackMap stack:
            iload 7 /* widthMode */
            ldc 1073741824
            if_icmpeq 38
            iconst_1
            goto 39
      StackMap locals:
      StackMap stack:
        38: iconst_0
      StackMap locals:
      StackMap stack: int
        39: istore 21 /* isWrapContentWidth */
        start local 21 // boolean isWrapContentWidth
        40: .line 439
            iload 8 /* heightMode */
            ldc 1073741824
            if_icmpeq 41
            iconst_1
            goto 42
      StackMap locals: int
      StackMap stack:
        41: iconst_0
      StackMap locals:
      StackMap stack: int
        42: istore 22 /* isWrapContentHeight */
        start local 22 // boolean isWrapContentHeight
        43: .line 446
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getLayoutDirection:()I
            istore 23 /* layoutDirection */
        start local 23 // int layoutDirection
        44: .line 447
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.isLayoutRtl:()Z
            ifeq 46
            iload 3 /* myWidth */
            iconst_m1
            if_icmpne 46
        45: .line 448
            ldc 65536
            istore 3 /* myWidth */
        46: .line 451
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedHorizontalChildren:[Landroid/view/View;
            astore 24 /* views */
        start local 24 // android.view.View[] views
        47: .line 452
            aload 24 /* views */
            arraylength
            istore 25 /* count */
        start local 25 // int count
        48: .line 454
            iconst_0
            istore 26 /* i */
        start local 26 // int i
        49: goto 59
        50: .line 455
      StackMap locals: android.view.View[] int int
      StackMap stack:
            aload 24 /* views */
            iload 26 /* i */
            aaload
            astore 27 /* child */
        start local 27 // android.view.View child
        51: .line 456
            aload 27 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 58
        52: .line 457
            aload 27 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 28 /* params */
        start local 28 // android.widget.RelativeLayout$LayoutParams params
        53: .line 458
            aload 28 /* params */
            iload 23 /* layoutDirection */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:(I)[I
            astore 29 /* rules */
        start local 29 // int[] rules
        54: .line 460
            aload 0 /* this */
            aload 28 /* params */
            iload 3 /* myWidth */
            aload 29 /* rules */
            invokevirtual android.widget.RelativeLayout.applyHorizontalSizeRules:(Landroid/widget/RelativeLayout$LayoutParams;I[I)V
        55: .line 461
            aload 0 /* this */
            aload 27 /* child */
            aload 28 /* params */
            iload 3 /* myWidth */
            iload 4 /* myHeight */
            invokevirtual android.widget.RelativeLayout.measureChildHorizontal:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;II)V
        56: .line 463
            aload 0 /* this */
            aload 27 /* child */
            aload 28 /* params */
            iload 3 /* myWidth */
            iload 21 /* isWrapContentWidth */
            invokevirtual android.widget.RelativeLayout.positionChildHorizontal:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;IZ)Z
            ifeq 58
        57: .line 464
            iconst_1
            istore 19 /* offsetHorizontalAxis */
        end local 29 // int[] rules
        end local 28 // android.widget.RelativeLayout$LayoutParams params
        end local 27 // android.view.View child
        58: .line 454
      StackMap locals:
      StackMap stack:
            iinc 26 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 26 /* i */
            iload 25 /* count */
            if_icmplt 50
        end local 26 // int i
        60: .line 469
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSortedVerticalChildren:[Landroid/view/View;
            astore 24 /* views */
        61: .line 470
            aload 24 /* views */
            arraylength
            istore 25 /* count */
        62: .line 471
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getContext:()Landroid/content/Context;
            invokevirtual android.content.Context.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
            istore 26 /* targetSdkVersion */
        start local 26 // int targetSdkVersion
        63: .line 473
            iconst_0
            istore 27 /* i */
        start local 27 // int i
        64: goto 95
        65: .line 474
      StackMap locals: int
      StackMap stack:
            aload 24 /* views */
            iload 27 /* i */
            aaload
            astore 28 /* child */
        start local 28 // android.view.View child
        66: .line 475
            aload 28 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 94
        67: .line 476
            aload 28 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 29 /* params */
        start local 29 // android.widget.RelativeLayout$LayoutParams params
        68: .line 478
            aload 0 /* this */
            aload 29 /* params */
            iload 4 /* myHeight */
            aload 28 /* child */
            invokevirtual android.view.View.getBaseline:()I
            invokevirtual android.widget.RelativeLayout.applyVerticalSizeRules:(Landroid/widget/RelativeLayout$LayoutParams;II)V
        69: .line 479
            aload 0 /* this */
            aload 28 /* child */
            aload 29 /* params */
            iload 3 /* myWidth */
            iload 4 /* myHeight */
            invokevirtual android.widget.RelativeLayout.measureChild:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;II)V
        70: .line 480
            aload 0 /* this */
            aload 28 /* child */
            aload 29 /* params */
            iload 4 /* myHeight */
            iload 22 /* isWrapContentHeight */
            invokevirtual android.widget.RelativeLayout.positionChildVertical:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;IZ)Z
            ifeq 72
        71: .line 481
            iconst_1
            istore 20 /* offsetVerticalAxis */
        72: .line 484
      StackMap locals: android.view.View android.widget.RelativeLayout$LayoutParams
      StackMap stack:
            iload 21 /* isWrapContentWidth */
            ifeq 83
        73: .line 485
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.isLayoutRtl:()Z
            ifeq 79
        74: .line 486
            iload 26 /* targetSdkVersion */
            bipush 19
            if_icmpge 77
        75: .line 487
            iload 5 /* width */
            iload 3 /* myWidth */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        76: .line 488
            goto 83
        77: .line 489
      StackMap locals:
      StackMap stack:
            iload 5 /* width */
            iload 3 /* myWidth */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            isub
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        78: .line 491
            goto 83
        79: .line 492
      StackMap locals:
      StackMap stack:
            iload 26 /* targetSdkVersion */
            bipush 19
            if_icmpge 82
        80: .line 493
            iload 5 /* width */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        81: .line 494
            goto 83
        82: .line 495
      StackMap locals:
      StackMap stack:
            iload 5 /* width */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        83: .line 500
      StackMap locals:
      StackMap stack:
            iload 22 /* isWrapContentHeight */
            ifeq 88
        84: .line 501
            iload 26 /* targetSdkVersion */
            bipush 19
            if_icmpge 87
        85: .line 502
            iload 6 /* height */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* height */
        86: .line 503
            goto 88
        87: .line 504
      StackMap locals:
      StackMap stack:
            iload 6 /* height */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* height */
        88: .line 508
      StackMap locals:
      StackMap stack:
            aload 28 /* child */
            aload 11 /* ignore */
            if_acmpne 89
            iload 14 /* verticalGravity */
            ifeq 91
        89: .line 509
      StackMap locals:
      StackMap stack:
            iload 15 /* left */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 15 /* left */
        90: .line 510
            iload 16 /* top */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 16 /* top */
        91: .line 513
      StackMap locals:
      StackMap stack:
            aload 28 /* child */
            aload 11 /* ignore */
            if_acmpne 92
            iload 13 /* horizontalGravity */
            ifeq 94
        92: .line 514
      StackMap locals:
      StackMap stack:
            iload 17 /* right */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 17 /* right */
        93: .line 515
            iload 18 /* bottom */
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 29 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 18 /* bottom */
        end local 29 // android.widget.RelativeLayout$LayoutParams params
        end local 28 // android.view.View child
        94: .line 473
      StackMap locals:
      StackMap stack:
            iinc 27 /* i */ 1
      StackMap locals:
      StackMap stack:
        95: iload 27 /* i */
            iload 25 /* count */
            if_icmplt 65
        end local 27 // int i
        96: .line 522
            aconst_null
            astore 27 /* baselineView */
        start local 27 // android.view.View baselineView
        97: .line 523
            aconst_null
            astore 28 /* baselineParams */
        start local 28 // android.widget.RelativeLayout$LayoutParams baselineParams
        98: .line 524
            iconst_0
            istore 29 /* i */
        start local 29 // int i
        99: goto 108
       100: .line 525
      StackMap locals: android.widget.RelativeLayout int int int int int int int int int int android.view.View int int int int int int int int int int int int android.view.View[] int int android.view.View android.widget.RelativeLayout$LayoutParams int
      StackMap stack:
            aload 24 /* views */
            iload 29 /* i */
            aaload
            astore 30 /* child */
        start local 30 // android.view.View child
       101: .line 526
            aload 30 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 107
       102: .line 527
            aload 30 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 31 /* childParams */
        start local 31 // android.widget.RelativeLayout$LayoutParams childParams
       103: .line 528
            aload 27 /* baselineView */
            ifnull 105
            aload 28 /* baselineParams */
            ifnull 105
       104: .line 529
            aload 0 /* this */
            aload 31 /* childParams */
            aload 28 /* baselineParams */
            invokevirtual android.widget.RelativeLayout.compareLayoutPosition:(Landroid/widget/RelativeLayout$LayoutParams;Landroid/widget/RelativeLayout$LayoutParams;)I
            ifge 107
       105: .line 530
      StackMap locals: android.view.View android.widget.RelativeLayout$LayoutParams
      StackMap stack:
            aload 30 /* child */
            astore 27 /* baselineView */
       106: .line 531
            aload 31 /* childParams */
            astore 28 /* baselineParams */
        end local 31 // android.widget.RelativeLayout$LayoutParams childParams
        end local 30 // android.view.View child
       107: .line 524
      StackMap locals:
      StackMap stack:
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       108: iload 29 /* i */
            iload 25 /* count */
            if_icmplt 100
        end local 29 // int i
       109: .line 535
            aload 0 /* this */
            aload 27 /* baselineView */
            putfield android.widget.RelativeLayout.mBaselineView:Landroid/view/View;
       110: .line 537
            iload 21 /* isWrapContentWidth */
            ifeq 132
       111: .line 540
            iload 5 /* width */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            iadd
            istore 5 /* width */
       112: .line 542
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            ifnull 114
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            getfield android.view.ViewGroup$LayoutParams.width:I
            iflt 114
       113: .line 543
            iload 5 /* width */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            getfield android.view.ViewGroup$LayoutParams.width:I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
       114: .line 546
      StackMap locals:
      StackMap stack:
            iload 5 /* width */
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getSuggestedMinimumWidth:()I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
       115: .line 547
            iload 5 /* width */
            iload 1 /* widthMeasureSpec */
            invokestatic android.widget.RelativeLayout.resolveSize:(II)I
            istore 5 /* width */
       116: .line 549
            iload 19 /* offsetHorizontalAxis */
            ifeq 132
       117: .line 550
            iconst_0
            istore 29 /* i */
        start local 29 // int i
       118: goto 131
       119: .line 551
      StackMap locals: int
      StackMap stack:
            aload 24 /* views */
            iload 29 /* i */
            aaload
            astore 30 /* child */
        start local 30 // android.view.View child
       120: .line 552
            aload 30 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 130
       121: .line 553
            aload 30 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 31 /* params */
        start local 31 // android.widget.RelativeLayout$LayoutParams params
       122: .line 554
            aload 31 /* params */
            iload 23 /* layoutDirection */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:(I)[I
            astore 32 /* rules */
        start local 32 // int[] rules
       123: .line 555
            aload 32 /* rules */
            bipush 13
            iaload
            ifne 124
            aload 32 /* rules */
            bipush 14
            iaload
            ifeq 126
       124: .line 556
      StackMap locals: android.view.View android.widget.RelativeLayout$LayoutParams int[]
      StackMap stack:
            aload 30 /* child */
            aload 31 /* params */
            iload 5 /* width */
            invokestatic android.widget.RelativeLayout.centerHorizontal:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
       125: .line 557
            goto 130
      StackMap locals:
      StackMap stack:
       126: aload 32 /* rules */
            bipush 11
            iaload
            ifeq 130
       127: .line 558
            aload 30 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            istore 33 /* childWidth */
        start local 33 // int childWidth
       128: .line 559
            aload 31 /* params */
            iload 5 /* width */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
            iload 33 /* childWidth */
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
       129: .line 560
            aload 31 /* params */
            aload 31 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            iload 33 /* childWidth */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        end local 33 // int childWidth
        end local 32 // int[] rules
        end local 31 // android.widget.RelativeLayout$LayoutParams params
        end local 30 // android.view.View child
       130: .line 550
      StackMap locals:
      StackMap stack:
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       131: iload 29 /* i */
            iload 25 /* count */
            if_icmplt 119
        end local 29 // int i
       132: .line 567
      StackMap locals:
      StackMap stack:
            iload 22 /* isWrapContentHeight */
            ifeq 154
       133: .line 570
            iload 6 /* height */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            iadd
            istore 6 /* height */
       134: .line 572
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            ifnull 136
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            getfield android.view.ViewGroup$LayoutParams.height:I
            iflt 136
       135: .line 573
            iload 6 /* height */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mLayoutParams:Landroid/view/ViewGroup$LayoutParams;
            getfield android.view.ViewGroup$LayoutParams.height:I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* height */
       136: .line 576
      StackMap locals:
      StackMap stack:
            iload 6 /* height */
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getSuggestedMinimumHeight:()I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* height */
       137: .line 577
            iload 6 /* height */
            iload 2 /* heightMeasureSpec */
            invokestatic android.widget.RelativeLayout.resolveSize:(II)I
            istore 6 /* height */
       138: .line 579
            iload 20 /* offsetVerticalAxis */
            ifeq 154
       139: .line 580
            iconst_0
            istore 29 /* i */
        start local 29 // int i
       140: goto 153
       141: .line 581
      StackMap locals: int
      StackMap stack:
            aload 24 /* views */
            iload 29 /* i */
            aaload
            astore 30 /* child */
        start local 30 // android.view.View child
       142: .line 582
            aload 30 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 152
       143: .line 583
            aload 30 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 31 /* params */
        start local 31 // android.widget.RelativeLayout$LayoutParams params
       144: .line 584
            aload 31 /* params */
            iload 23 /* layoutDirection */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:(I)[I
            astore 32 /* rules */
        start local 32 // int[] rules
       145: .line 585
            aload 32 /* rules */
            bipush 13
            iaload
            ifne 146
            aload 32 /* rules */
            bipush 15
            iaload
            ifeq 148
       146: .line 586
      StackMap locals: android.view.View android.widget.RelativeLayout$LayoutParams int[]
      StackMap stack:
            aload 30 /* child */
            aload 31 /* params */
            iload 6 /* height */
            invokestatic android.widget.RelativeLayout.centerVertical:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
       147: .line 587
            goto 152
      StackMap locals:
      StackMap stack:
       148: aload 32 /* rules */
            bipush 12
            iaload
            ifeq 152
       149: .line 588
            aload 30 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            istore 33 /* childHeight */
        start local 33 // int childHeight
       150: .line 589
            aload 31 /* params */
            iload 6 /* height */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
            iload 33 /* childHeight */
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
       151: .line 590
            aload 31 /* params */
            aload 31 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            iload 33 /* childHeight */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        end local 33 // int childHeight
        end local 32 // int[] rules
        end local 31 // android.widget.RelativeLayout$LayoutParams params
        end local 30 // android.view.View child
       152: .line 580
      StackMap locals:
      StackMap stack:
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       153: iload 29 /* i */
            iload 25 /* count */
            if_icmplt 141
        end local 29 // int i
       154: .line 597
      StackMap locals:
      StackMap stack:
            iload 13 /* horizontalGravity */
            ifne 155
            iload 14 /* verticalGravity */
            ifeq 179
       155: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mSelfBounds:Landroid/graphics/Rect;
            astore 29 /* selfBounds */
        start local 29 // android.graphics.Rect selfBounds
       156: .line 599
            aload 29 /* selfBounds */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            iload 5 /* width */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
       157: .line 600
            iload 6 /* height */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
       158: .line 599
            invokevirtual android.graphics.Rect.set:(IIII)V
       159: .line 602
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mContentBounds:Landroid/graphics/Rect;
            astore 30 /* contentBounds */
        start local 30 // android.graphics.Rect contentBounds
       160: .line 603
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGravity:I
            iload 17 /* right */
            iload 15 /* left */
            isub
            iload 18 /* bottom */
            iload 16 /* top */
            isub
            aload 29 /* selfBounds */
            aload 30 /* contentBounds */
       161: .line 604
            iload 23 /* layoutDirection */
       162: .line 603
            invokestatic android.view.Gravity.apply:(IIILandroid/graphics/Rect;Landroid/graphics/Rect;I)V
       163: .line 606
            aload 30 /* contentBounds */
            getfield android.graphics.Rect.left:I
            iload 15 /* left */
            isub
            istore 31 /* horizontalOffset */
        start local 31 // int horizontalOffset
       164: .line 607
            aload 30 /* contentBounds */
            getfield android.graphics.Rect.top:I
            iload 16 /* top */
            isub
            istore 32 /* verticalOffset */
        start local 32 // int verticalOffset
       165: .line 608
            iload 31 /* horizontalOffset */
            ifne 166
            iload 32 /* verticalOffset */
            ifeq 179
       166: .line 609
      StackMap locals: android.widget.RelativeLayout int int int int int int int int int int android.view.View int int int int int int int int int int int int android.view.View[] int int android.view.View android.widget.RelativeLayout$LayoutParams android.graphics.Rect android.graphics.Rect int int
      StackMap stack:
            iconst_0
            istore 33 /* i */
        start local 33 // int i
       167: goto 178
       168: .line 610
      StackMap locals: int
      StackMap stack:
            aload 24 /* views */
            iload 33 /* i */
            aaload
            astore 34 /* child */
        start local 34 // android.view.View child
       169: .line 611
            aload 34 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 177
            aload 34 /* child */
            aload 11 /* ignore */
            if_acmpeq 177
       170: .line 612
            aload 34 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 35 /* params */
        start local 35 // android.widget.RelativeLayout$LayoutParams params
       171: .line 613
            iload 13 /* horizontalGravity */
            ifeq 174
       172: .line 614
            aload 35 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            iload 31 /* horizontalOffset */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
       173: .line 615
            aload 35 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            iload 31 /* horizontalOffset */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
       174: .line 617
      StackMap locals: android.view.View android.widget.RelativeLayout$LayoutParams
      StackMap stack:
            iload 14 /* verticalGravity */
            ifeq 177
       175: .line 618
            aload 35 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            iload 32 /* verticalOffset */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
       176: .line 619
            aload 35 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            iload 32 /* verticalOffset */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        end local 35 // android.widget.RelativeLayout$LayoutParams params
        end local 34 // android.view.View child
       177: .line 609
      StackMap locals:
      StackMap stack:
            iinc 33 /* i */ 1
      StackMap locals:
      StackMap stack:
       178: iload 33 /* i */
            iload 25 /* count */
            if_icmplt 168
        end local 33 // int i
        end local 32 // int verticalOffset
        end local 31 // int horizontalOffset
        end local 30 // android.graphics.Rect contentBounds
        end local 29 // android.graphics.Rect selfBounds
       179: .line 626
      StackMap locals: android.widget.RelativeLayout int int int int int int int int int int android.view.View int int int int int int int int int int int int android.view.View[] int int android.view.View android.widget.RelativeLayout$LayoutParams
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.isLayoutRtl:()Z
            ifeq 190
       180: .line 627
            iload 3 /* myWidth */
            iload 5 /* width */
            isub
            istore 29 /* offsetWidth */
        start local 29 // int offsetWidth
       181: .line 628
            iconst_0
            istore 30 /* i */
        start local 30 // int i
       182: goto 189
       183: .line 629
      StackMap locals: int int
      StackMap stack:
            aload 24 /* views */
            iload 30 /* i */
            aaload
            astore 31 /* child */
        start local 31 // android.view.View child
       184: .line 630
            aload 31 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 188
       185: .line 631
            aload 31 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 32 /* params */
        start local 32 // android.widget.RelativeLayout$LayoutParams params
       186: .line 632
            aload 32 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            iload 29 /* offsetWidth */
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
       187: .line 633
            aload 32 /* params */
            dup
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            iload 29 /* offsetWidth */
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        end local 32 // android.widget.RelativeLayout$LayoutParams params
        end local 31 // android.view.View child
       188: .line 628
      StackMap locals:
      StackMap stack:
            iinc 30 /* i */ 1
      StackMap locals:
      StackMap stack:
       189: iload 30 /* i */
            iload 25 /* count */
            if_icmplt 183
        end local 30 // int i
        end local 29 // int offsetWidth
       190: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual android.widget.RelativeLayout.setMeasuredDimension:(II)V
       191: .line 639
            return
        end local 28 // android.widget.RelativeLayout$LayoutParams baselineParams
        end local 27 // android.view.View baselineView
        end local 26 // int targetSdkVersion
        end local 25 // int count
        end local 24 // android.view.View[] views
        end local 23 // int layoutDirection
        end local 22 // boolean isWrapContentHeight
        end local 21 // boolean isWrapContentWidth
        end local 20 // boolean offsetVerticalAxis
        end local 19 // boolean offsetHorizontalAxis
        end local 18 // int bottom
        end local 17 // int right
        end local 16 // int top
        end local 15 // int left
        end local 14 // boolean verticalGravity
        end local 13 // boolean horizontalGravity
        end local 12 // int gravity
        end local 11 // android.view.View ignore
        end local 10 // int heightSize
        end local 9 // int widthSize
        end local 8 // int heightMode
        end local 7 // int widthMode
        end local 6 // int height
        end local 5 // int width
        end local 4 // int myHeight
        end local 3 // int myWidth
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  192     0                  this  Landroid/widget/RelativeLayout;
            0  192     1      widthMeasureSpec  I
            0  192     2     heightMeasureSpec  I
            4  192     3               myWidth  I
            5  192     4              myHeight  I
            6  192     5                 width  I
            7  192     6                height  I
            8  192     7             widthMode  I
            9  192     8            heightMode  I
           10  192     9             widthSize  I
           11  192    10            heightSize  I
           20  192    11                ignore  Landroid/view/View;
           21  192    12               gravity  I
           24  192    13     horizontalGravity  Z
           28  192    14       verticalGravity  Z
           29  192    15                  left  I
           30  192    16                   top  I
           31  192    17                 right  I
           32  192    18                bottom  I
           33  192    19  offsetHorizontalAxis  Z
           34  192    20    offsetVerticalAxis  Z
           40  192    21    isWrapContentWidth  Z
           43  192    22   isWrapContentHeight  Z
           44  192    23       layoutDirection  I
           47  192    24                 views  [Landroid/view/View;
           48  192    25                 count  I
           49   60    26                     i  I
           51   58    27                 child  Landroid/view/View;
           53   58    28                params  Landroid/widget/RelativeLayout$LayoutParams;
           54   58    29                 rules  [I
           63  192    26      targetSdkVersion  I
           64   96    27                     i  I
           66   94    28                 child  Landroid/view/View;
           68   94    29                params  Landroid/widget/RelativeLayout$LayoutParams;
           97  192    27          baselineView  Landroid/view/View;
           98  192    28        baselineParams  Landroid/widget/RelativeLayout$LayoutParams;
           99  109    29                     i  I
          101  107    30                 child  Landroid/view/View;
          103  107    31           childParams  Landroid/widget/RelativeLayout$LayoutParams;
          118  132    29                     i  I
          120  130    30                 child  Landroid/view/View;
          122  130    31                params  Landroid/widget/RelativeLayout$LayoutParams;
          123  130    32                 rules  [I
          128  130    33            childWidth  I
          140  154    29                     i  I
          142  152    30                 child  Landroid/view/View;
          144  152    31                params  Landroid/widget/RelativeLayout$LayoutParams;
          145  152    32                 rules  [I
          150  152    33           childHeight  I
          156  179    29            selfBounds  Landroid/graphics/Rect;
          160  179    30         contentBounds  Landroid/graphics/Rect;
          164  179    31      horizontalOffset  I
          165  179    32        verticalOffset  I
          167  179    33                     i  I
          169  177    34                 child  Landroid/view/View;
          171  177    35                params  Landroid/widget/RelativeLayout$LayoutParams;
          181  190    29           offsetWidth  I
          182  190    30                     i  I
          184  188    31                 child  Landroid/view/View;
          186  188    32                params  Landroid/widget/RelativeLayout$LayoutParams;
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  

  private int compareLayoutPosition(android.widget.RelativeLayout$LayoutParams, android.widget.RelativeLayout$LayoutParams);
    descriptor: (Landroid/widget/RelativeLayout$LayoutParams;Landroid/widget/RelativeLayout$LayoutParams;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.widget.RelativeLayout$LayoutParams p1
        start local 2 // android.widget.RelativeLayout$LayoutParams p2
         0: .line 648
            aload 1 /* p1 */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 2 /* p2 */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            isub
            istore 3 /* topDiff */
        start local 3 // int topDiff
         1: .line 649
            iload 3 /* topDiff */
            ifeq 3
         2: .line 650
            iload 3 /* topDiff */
            ireturn
         3: .line 652
      StackMap locals: int
      StackMap stack:
            aload 1 /* p1 */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 2 /* p2 */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            isub
            ireturn
        end local 3 // int topDiff
        end local 2 // android.widget.RelativeLayout$LayoutParams p2
        end local 1 // android.widget.RelativeLayout$LayoutParams p1
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/RelativeLayout;
            0    4     1       p1  Landroid/widget/RelativeLayout$LayoutParams;
            0    4     2       p2  Landroid/widget/RelativeLayout$LayoutParams;
            1    4     3  topDiff  I
    MethodParameters:
      Name  Flags
      p1    
      p2    

  private void measureChild(android.view.View, android.widget.RelativeLayout$LayoutParams, int, int);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=7, args_size=5
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.View child
        start local 2 // android.widget.RelativeLayout$LayoutParams params
        start local 3 // int myWidth
        start local 4 // int myHeight
         0: .line 666
            aload 0 /* this */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         1: .line 667
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.width:I
         2: .line 668
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
         3: .line 669
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
         4: .line 670
            iload 3 /* myWidth */
         5: .line 666
            invokevirtual android.widget.RelativeLayout.getChildMeasureSpec:(IIIIIIII)I
            istore 5 /* childWidthMeasureSpec */
        start local 5 // int childWidthMeasureSpec
         6: .line 671
            aload 0 /* this */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
         7: .line 672
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.height:I
         8: .line 673
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
         9: .line 674
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
        10: .line 675
            iload 4 /* myHeight */
        11: .line 671
            invokevirtual android.widget.RelativeLayout.getChildMeasureSpec:(IIIIIIII)I
            istore 6 /* childHeightMeasureSpec */
        start local 6 // int childHeightMeasureSpec
        12: .line 676
            aload 1 /* child */
            iload 5 /* childWidthMeasureSpec */
            iload 6 /* childHeightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        13: .line 677
            return
        end local 6 // int childHeightMeasureSpec
        end local 5 // int childWidthMeasureSpec
        end local 4 // int myHeight
        end local 3 // int myWidth
        end local 2 // android.widget.RelativeLayout$LayoutParams params
        end local 1 // android.view.View child
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   14     0                    this  Landroid/widget/RelativeLayout;
            0   14     1                   child  Landroid/view/View;
            0   14     2                  params  Landroid/widget/RelativeLayout$LayoutParams;
            0   14     3                 myWidth  I
            0   14     4                myHeight  I
            6   14     5   childWidthMeasureSpec  I
           12   14     6  childHeightMeasureSpec  I
    MethodParameters:
          Name  Flags
      child     
      params    
      myWidth   
      myHeight  

  private void measureChildHorizontal(android.view.View, android.widget.RelativeLayout$LayoutParams, int, int);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=5
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.View child
        start local 2 // android.widget.RelativeLayout$LayoutParams params
        start local 3 // int myWidth
        start local 4 // int myHeight
         0: .line 681
            aload 0 /* this */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
         1: .line 682
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.width:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
         2: .line 683
            iload 3 /* myWidth */
         3: .line 681
            invokevirtual android.widget.RelativeLayout.getChildMeasureSpec:(IIIIIIII)I
            istore 5 /* childWidthMeasureSpec */
        start local 5 // int childWidthMeasureSpec
         4: .line 686
            iload 4 /* myHeight */
            ifge 11
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mAllowBrokenMeasureSpecs:Z
            ifne 11
         5: .line 687
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.height:I
            iflt 9
         6: .line 689
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.height:I
            ldc 1073741824
         7: .line 688
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 6 /* childHeightMeasureSpec */
        start local 6 // int childHeightMeasureSpec
         8: .line 690
            goto 22
        end local 6 // int childHeightMeasureSpec
         9: .line 695
      StackMap locals: int
      StackMap stack:
            iconst_0
            iconst_0
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 6 /* childHeightMeasureSpec */
        start local 6 // int childHeightMeasureSpec
        10: .line 697
            goto 22
        end local 6 // int childHeightMeasureSpec
        11: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mMeasureVerticalWithPaddingMargin:Z
            ifeq 16
        12: .line 700
            iconst_0
            iload 4 /* myHeight */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            isub
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
        13: .line 701
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            isub
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            isub
        14: .line 700
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* maxHeight */
        start local 7 // int maxHeight
        15: .line 702
            goto 17
        end local 7 // int maxHeight
        16: .line 703
      StackMap locals:
      StackMap stack:
            iconst_0
            iload 4 /* myHeight */
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* maxHeight */
        start local 7 // int maxHeight
        17: .line 707
      StackMap locals: android.widget.RelativeLayout android.view.View android.widget.RelativeLayout$LayoutParams int int int top int
      StackMap stack:
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.height:I
            iconst_m1
            if_icmpne 20
        18: .line 708
            ldc 1073741824
            istore 8 /* heightMode */
        start local 8 // int heightMode
        19: .line 709
            goto 21
        end local 8 // int heightMode
        20: .line 710
      StackMap locals:
      StackMap stack:
            ldc -2147483648
            istore 8 /* heightMode */
        start local 8 // int heightMode
        21: .line 712
      StackMap locals: int
      StackMap stack:
            iload 7 /* maxHeight */
            iload 8 /* heightMode */
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 6 /* childHeightMeasureSpec */
        end local 8 // int heightMode
        end local 7 // int maxHeight
        start local 6 // int childHeightMeasureSpec
        22: .line 715
      StackMap locals: android.widget.RelativeLayout android.view.View android.widget.RelativeLayout$LayoutParams int int int int
      StackMap stack:
            aload 1 /* child */
            iload 5 /* childWidthMeasureSpec */
            iload 6 /* childHeightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        23: .line 716
            return
        end local 6 // int childHeightMeasureSpec
        end local 5 // int childWidthMeasureSpec
        end local 4 // int myHeight
        end local 3 // int myWidth
        end local 2 // android.widget.RelativeLayout$LayoutParams params
        end local 1 // android.view.View child
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   24     0                    this  Landroid/widget/RelativeLayout;
            0   24     1                   child  Landroid/view/View;
            0   24     2                  params  Landroid/widget/RelativeLayout$LayoutParams;
            0   24     3                 myWidth  I
            0   24     4                myHeight  I
            4   24     5   childWidthMeasureSpec  I
            8    9     6  childHeightMeasureSpec  I
           10   11     6  childHeightMeasureSpec  I
           22   24     6  childHeightMeasureSpec  I
           15   16     7               maxHeight  I
           17   22     7               maxHeight  I
           19   20     8              heightMode  I
           21   22     8              heightMode  I
    MethodParameters:
          Name  Flags
      child     
      params    
      myWidth   
      myHeight  

  private int getChildMeasureSpec(int, int, int, int, int, int, int, int);
    descriptor: (IIIIIIII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=15, args_size=9
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int childStart
        start local 2 // int childEnd
        start local 3 // int childSize
        start local 4 // int startMargin
        start local 5 // int endMargin
        start local 6 // int startPadding
        start local 7 // int endPadding
        start local 8 // int mySize
         0: .line 737
            iconst_0
            istore 9 /* childSpecMode */
        start local 9 // int childSpecMode
         1: .line 738
            iconst_0
            istore 10 /* childSpecSize */
        start local 10 // int childSpecSize
         2: .line 743
            iload 8 /* mySize */
            ifge 3
            iconst_1
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 11 /* isUnspecified */
        start local 11 // boolean isUnspecified
         5: .line 744
            iload 11 /* isUnspecified */
            ifeq 17
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mAllowBrokenMeasureSpecs:Z
            ifne 17
         6: .line 745
            iload 1 /* childStart */
            ldc -2147483648
            if_icmpeq 10
            iload 2 /* childEnd */
            ldc -2147483648
            if_icmpeq 10
         7: .line 747
            iconst_0
            iload 2 /* childEnd */
            iload 1 /* childStart */
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 10 /* childSpecSize */
         8: .line 748
            ldc 1073741824
            istore 9 /* childSpecMode */
         9: .line 749
            goto 16
      StackMap locals: int
      StackMap stack:
        10: iload 3 /* childSize */
            iflt 14
        11: .line 751
            iload 3 /* childSize */
            istore 10 /* childSpecSize */
        12: .line 752
            ldc 1073741824
            istore 9 /* childSpecMode */
        13: .line 753
            goto 16
        14: .line 755
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* childSpecSize */
        15: .line 756
            iconst_0
            istore 9 /* childSpecMode */
        16: .line 759
      StackMap locals:
      StackMap stack:
            iload 10 /* childSpecSize */
            iload 9 /* childSpecMode */
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            ireturn
        17: .line 763
      StackMap locals:
      StackMap stack:
            iload 1 /* childStart */
            istore 12 /* tempStart */
        start local 12 // int tempStart
        18: .line 764
            iload 2 /* childEnd */
            istore 13 /* tempEnd */
        start local 13 // int tempEnd
        19: .line 768
            iload 12 /* tempStart */
            ldc -2147483648
            if_icmpne 21
        20: .line 769
            iload 6 /* startPadding */
            iload 4 /* startMargin */
            iadd
            istore 12 /* tempStart */
        21: .line 771
      StackMap locals: int int
      StackMap stack:
            iload 13 /* tempEnd */
            ldc -2147483648
            if_icmpne 23
        22: .line 772
            iload 8 /* mySize */
            iload 7 /* endPadding */
            isub
            iload 5 /* endMargin */
            isub
            istore 13 /* tempEnd */
        23: .line 776
      StackMap locals:
      StackMap stack:
            iload 13 /* tempEnd */
            iload 12 /* tempStart */
            isub
            istore 14 /* maxAvailable */
        start local 14 // int maxAvailable
        24: .line 778
            iload 1 /* childStart */
            ldc -2147483648
            if_icmpeq 30
            iload 2 /* childEnd */
            ldc -2147483648
            if_icmpeq 30
        25: .line 780
            iload 11 /* isUnspecified */
            ifeq 26
            iconst_0
            goto 27
      StackMap locals: int
      StackMap stack:
        26: ldc 1073741824
      StackMap locals:
      StackMap stack: int
        27: istore 9 /* childSpecMode */
        28: .line 781
            iconst_0
            iload 14 /* maxAvailable */
            invokestatic java.lang.Math.max:(II)I
            istore 10 /* childSpecSize */
        29: .line 782
            goto 50
        30: .line 783
      StackMap locals:
      StackMap stack:
            iload 3 /* childSize */
            iflt 37
        31: .line 785
            ldc 1073741824
            istore 9 /* childSpecMode */
        32: .line 787
            iload 14 /* maxAvailable */
            iflt 35
        33: .line 789
            iload 14 /* maxAvailable */
            iload 3 /* childSize */
            invokestatic java.lang.Math.min:(II)I
            istore 10 /* childSpecSize */
        34: .line 790
            goto 50
        35: .line 792
      StackMap locals:
      StackMap stack:
            iload 3 /* childSize */
            istore 10 /* childSpecSize */
        36: .line 794
            goto 50
      StackMap locals:
      StackMap stack:
        37: iload 3 /* childSize */
            iconst_m1
            if_icmpne 43
        38: .line 797
            iload 11 /* isUnspecified */
            ifeq 39
            iconst_0
            goto 40
      StackMap locals:
      StackMap stack:
        39: ldc 1073741824
      StackMap locals:
      StackMap stack: int
        40: istore 9 /* childSpecMode */
        41: .line 798
            iconst_0
            iload 14 /* maxAvailable */
            invokestatic java.lang.Math.max:(II)I
            istore 10 /* childSpecSize */
        42: .line 799
            goto 50
      StackMap locals:
      StackMap stack:
        43: iload 3 /* childSize */
            bipush -2
            if_icmpne 50
        44: .line 802
            iload 14 /* maxAvailable */
            iflt 48
        45: .line 804
            ldc -2147483648
            istore 9 /* childSpecMode */
        46: .line 805
            iload 14 /* maxAvailable */
            istore 10 /* childSpecSize */
        47: .line 806
            goto 50
        48: .line 809
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* childSpecMode */
        49: .line 810
            iconst_0
            istore 10 /* childSpecSize */
        50: .line 815
      StackMap locals:
      StackMap stack:
            iload 10 /* childSpecSize */
            iload 9 /* childSpecMode */
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            ireturn
        end local 14 // int maxAvailable
        end local 13 // int tempEnd
        end local 12 // int tempStart
        end local 11 // boolean isUnspecified
        end local 10 // int childSpecSize
        end local 9 // int childSpecMode
        end local 8 // int mySize
        end local 7 // int endPadding
        end local 6 // int startPadding
        end local 5 // int endMargin
        end local 4 // int startMargin
        end local 3 // int childSize
        end local 2 // int childEnd
        end local 1 // int childStart
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   51     0           this  Landroid/widget/RelativeLayout;
            0   51     1     childStart  I
            0   51     2       childEnd  I
            0   51     3      childSize  I
            0   51     4    startMargin  I
            0   51     5      endMargin  I
            0   51     6   startPadding  I
            0   51     7     endPadding  I
            0   51     8         mySize  I
            1   51     9  childSpecMode  I
            2   51    10  childSpecSize  I
            5   51    11  isUnspecified  Z
           18   51    12      tempStart  I
           19   51    13        tempEnd  I
           24   51    14   maxAvailable  I
    MethodParameters:
              Name  Flags
      childStart    
      childEnd      
      childSize     
      startMargin   
      endMargin     
      startPadding  
      endPadding    
      mySize        

  private boolean positionChildHorizontal(android.view.View, android.widget.RelativeLayout$LayoutParams, int, boolean);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;IZ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.View child
        start local 2 // android.widget.RelativeLayout$LayoutParams params
        start local 3 // int myWidth
        start local 4 // boolean wrapContent
         0: .line 821
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getLayoutDirection:()I
            istore 5 /* layoutDirection */
        start local 5 // int layoutDirection
         1: .line 822
            aload 2 /* params */
            iload 5 /* layoutDirection */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:(I)[I
            astore 6 /* rules */
        start local 6 // int[] rules
         2: .line 824
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            ldc -2147483648
            if_icmpne 5
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            ldc -2147483648
            if_icmpeq 5
         3: .line 826
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         4: .line 827
            goto 16
      StackMap locals: int int[]
      StackMap stack:
         5: aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            ldc -2147483648
            if_icmpeq 8
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            ldc -2147483648
            if_icmpne 8
         6: .line 829
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         7: .line 830
            goto 16
      StackMap locals:
      StackMap stack:
         8: aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            ldc -2147483648
            if_icmpne 16
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            ldc -2147483648
            if_icmpne 16
         9: .line 832
            aload 6 /* rules */
            bipush 13
            iaload
            ifne 10
            aload 6 /* rules */
            bipush 14
            iaload
            ifeq 15
        10: .line 833
      StackMap locals:
      StackMap stack:
            iload 4 /* wrapContent */
            ifne 13
        11: .line 834
            aload 1 /* child */
            aload 2 /* params */
            iload 3 /* myWidth */
            invokestatic android.widget.RelativeLayout.centerHorizontal:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
        12: .line 835
            goto 14
        13: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            aload 2 /* params */
            iload 3 /* myWidth */
            invokevirtual android.widget.RelativeLayout.positionAtEdge:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
        14: .line 838
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        15: .line 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            aload 2 /* params */
            iload 3 /* myWidth */
            invokevirtual android.widget.RelativeLayout.positionAtEdge:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
        16: .line 845
      StackMap locals:
      StackMap stack:
            aload 6 /* rules */
            bipush 21
            iaload
            ifeq 17
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        17: iconst_0
            ireturn
        end local 6 // int[] rules
        end local 5 // int layoutDirection
        end local 4 // boolean wrapContent
        end local 3 // int myWidth
        end local 2 // android.widget.RelativeLayout$LayoutParams params
        end local 1 // android.view.View child
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Landroid/widget/RelativeLayout;
            0   18     1            child  Landroid/view/View;
            0   18     2           params  Landroid/widget/RelativeLayout$LayoutParams;
            0   18     3          myWidth  I
            0   18     4      wrapContent  Z
            1   18     5  layoutDirection  I
            2   18     6            rules  [I
    MethodParameters:
             Name  Flags
      child        
      params       
      myWidth      
      wrapContent  

  private void positionAtEdge(android.view.View, android.widget.RelativeLayout$LayoutParams, int);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.View child
        start local 2 // android.widget.RelativeLayout$LayoutParams params
        start local 3 // int myWidth
         0: .line 849
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.isLayoutRtl:()Z
            ifeq 4
         1: .line 850
            aload 2 /* params */
            iload 3 /* myWidth */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         2: .line 851
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         3: .line 852
            goto 6
         4: .line 853
      StackMap locals:
      StackMap stack:
            aload 2 /* params */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         5: .line 854
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         6: .line 856
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int myWidth
        end local 2 // android.widget.RelativeLayout$LayoutParams params
        end local 1 // android.view.View child
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/widget/RelativeLayout;
            0    7     1    child  Landroid/view/View;
            0    7     2   params  Landroid/widget/RelativeLayout$LayoutParams;
            0    7     3  myWidth  I
    MethodParameters:
         Name  Flags
      child    
      params   
      myWidth  

  private boolean positionChildVertical(android.view.View, android.widget.RelativeLayout$LayoutParams, int, boolean);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;IZ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.View child
        start local 2 // android.widget.RelativeLayout$LayoutParams params
        start local 3 // int myHeight
        start local 4 // boolean wrapContent
         0: .line 861
            aload 2 /* params */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:()[I
            astore 5 /* rules */
        start local 5 // int[] rules
         1: .line 863
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            ldc -2147483648
            if_icmpne 4
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            ldc -2147483648
            if_icmpeq 4
         2: .line 865
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
         3: .line 866
            goto 17
      StackMap locals: int[]
      StackMap stack:
         4: aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            ldc -2147483648
            if_icmpeq 7
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            ldc -2147483648
            if_icmpne 7
         5: .line 868
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
         6: .line 869
            goto 17
      StackMap locals:
      StackMap stack:
         7: aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            ldc -2147483648
            if_icmpne 17
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            ldc -2147483648
            if_icmpne 17
         8: .line 871
            aload 5 /* rules */
            bipush 13
            iaload
            ifne 9
            aload 5 /* rules */
            bipush 15
            iaload
            ifeq 15
         9: .line 872
      StackMap locals:
      StackMap stack:
            iload 4 /* wrapContent */
            ifne 12
        10: .line 873
            aload 1 /* child */
            aload 2 /* params */
            iload 3 /* myHeight */
            invokestatic android.widget.RelativeLayout.centerVertical:(Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
        11: .line 874
            goto 14
        12: .line 875
      StackMap locals:
      StackMap stack:
            aload 2 /* params */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        13: .line 876
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        14: .line 878
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        15: .line 880
      StackMap locals:
      StackMap stack:
            aload 2 /* params */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        16: .line 881
            aload 2 /* params */
            aload 2 /* params */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        17: .line 884
      StackMap locals:
      StackMap stack:
            aload 5 /* rules */
            bipush 12
            iaload
            ifeq 18
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        18: iconst_0
            ireturn
        end local 5 // int[] rules
        end local 4 // boolean wrapContent
        end local 3 // int myHeight
        end local 2 // android.widget.RelativeLayout$LayoutParams params
        end local 1 // android.view.View child
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Landroid/widget/RelativeLayout;
            0   19     1        child  Landroid/view/View;
            0   19     2       params  Landroid/widget/RelativeLayout$LayoutParams;
            0   19     3     myHeight  I
            0   19     4  wrapContent  Z
            1   19     5        rules  [I
    MethodParameters:
             Name  Flags
      child        
      params       
      myHeight     
      wrapContent  

  private void applyHorizontalSizeRules(android.widget.RelativeLayout$LayoutParams, int, int[]);
    descriptor: (Landroid/widget/RelativeLayout$LayoutParams;I[I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.widget.RelativeLayout$LayoutParams childParams
        start local 2 // int myWidth
        start local 3 // int[] rules
         0: .line 896
            aload 1 /* childParams */
            ldc -2147483648
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         1: .line 897
            aload 1 /* childParams */
            ldc -2147483648
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         2: .line 899
            aload 0 /* this */
            aload 3 /* rules */
            iconst_0
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 4 /* anchorParams */
        start local 4 // android.widget.RelativeLayout$LayoutParams anchorParams
         3: .line 900
            aload 4 /* anchorParams */
            ifnull 8
         4: .line 901
            aload 1 /* childParams */
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
         5: .line 902
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            iadd
            isub
         6: .line 901
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         7: .line 903
            goto 11
      StackMap locals: android.widget.RelativeLayout$LayoutParams
      StackMap stack:
         8: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 11
            aload 3 /* rules */
            iconst_0
            iaload
            ifeq 11
         9: .line 904
            iload 2 /* myWidth */
            iflt 11
        10: .line 905
            aload 1 /* childParams */
            iload 2 /* myWidth */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        11: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* rules */
            iconst_1
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 4 /* anchorParams */
        12: .line 910
            aload 4 /* anchorParams */
            ifnull 17
        13: .line 911
            aload 1 /* childParams */
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
        14: .line 912
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            iadd
        15: .line 911
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
        16: .line 913
            goto 19
      StackMap locals:
      StackMap stack:
        17: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 19
            aload 3 /* rules */
            iconst_1
            iaload
            ifeq 19
        18: .line 914
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
        19: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* rules */
            iconst_5
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 4 /* anchorParams */
        20: .line 918
            aload 4 /* anchorParams */
            ifnull 23
        21: .line 919
            aload 1 /* childParams */
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
        22: .line 920
            goto 25
      StackMap locals:
      StackMap stack:
        23: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 25
            aload 3 /* rules */
            iconst_5
            iaload
            ifeq 25
        24: .line 921
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
        25: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* rules */
            bipush 7
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 4 /* anchorParams */
        26: .line 925
            aload 4 /* anchorParams */
            ifnull 29
        27: .line 926
            aload 1 /* childParams */
            aload 4 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        28: .line 927
            goto 32
      StackMap locals:
      StackMap stack:
        29: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 32
            aload 3 /* rules */
            bipush 7
            iaload
            ifeq 32
        30: .line 928
            iload 2 /* myWidth */
            iflt 32
        31: .line 929
            aload 1 /* childParams */
            iload 2 /* myWidth */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        32: .line 933
      StackMap locals:
      StackMap stack:
            aload 3 /* rules */
            bipush 9
            iaload
            ifeq 34
        33: .line 934
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingLeft:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.leftMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
        34: .line 937
      StackMap locals:
      StackMap stack:
            aload 3 /* rules */
            bipush 11
            iaload
            ifeq 37
        35: .line 938
            iload 2 /* myWidth */
            iflt 37
        36: .line 939
            aload 1 /* childParams */
            iload 2 /* myWidth */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingRight:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.rightMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
        37: .line 942
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.widget.RelativeLayout$LayoutParams anchorParams
        end local 3 // int[] rules
        end local 2 // int myWidth
        end local 1 // android.widget.RelativeLayout$LayoutParams childParams
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   38     0          this  Landroid/widget/RelativeLayout;
            0   38     1   childParams  Landroid/widget/RelativeLayout$LayoutParams;
            0   38     2       myWidth  I
            0   38     3         rules  [I
            3   38     4  anchorParams  Landroid/widget/RelativeLayout$LayoutParams;
    MethodParameters:
             Name  Flags
      childParams  
      myWidth      
      rules        

  private void applyVerticalSizeRules(android.widget.RelativeLayout$LayoutParams, int, int);
    descriptor: (Landroid/widget/RelativeLayout$LayoutParams;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.widget.RelativeLayout$LayoutParams childParams
        start local 2 // int myHeight
        start local 3 // int myBaseline
         0: .line 945
            aload 1 /* childParams */
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:()[I
            astore 4 /* rules */
        start local 4 // int[] rules
         1: .line 948
            aload 0 /* this */
            aload 4 /* rules */
            invokevirtual android.widget.RelativeLayout.getRelatedViewBaselineOffset:([I)I
            istore 5 /* baselineOffset */
        start local 5 // int baselineOffset
         2: .line 949
            iload 5 /* baselineOffset */
            iconst_m1
            if_icmpeq 8
         3: .line 950
            iload 3 /* myBaseline */
            iconst_m1
            if_icmpeq 5
         4: .line 951
            iload 5 /* baselineOffset */
            iload 3 /* myBaseline */
            isub
            istore 5 /* baselineOffset */
         5: .line 953
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* childParams */
            iload 5 /* baselineOffset */
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
         6: .line 954
            aload 1 /* childParams */
            ldc -2147483648
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
         7: .line 955
            return
         8: .line 960
      StackMap locals:
      StackMap stack:
            aload 1 /* childParams */
            ldc -2147483648
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
         9: .line 961
            aload 1 /* childParams */
            ldc -2147483648
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        10: .line 963
            aload 0 /* this */
            aload 4 /* rules */
            iconst_2
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 6 /* anchorParams */
        start local 6 // android.widget.RelativeLayout$LayoutParams anchorParams
        11: .line 964
            aload 6 /* anchorParams */
            ifnull 16
        12: .line 965
            aload 1 /* childParams */
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
        13: .line 966
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            iadd
            isub
        14: .line 965
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        15: .line 967
            goto 19
      StackMap locals: android.widget.RelativeLayout$LayoutParams
      StackMap stack:
        16: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 19
            aload 4 /* rules */
            iconst_2
            iaload
            ifeq 19
        17: .line 968
            iload 2 /* myHeight */
            iflt 19
        18: .line 969
            aload 1 /* childParams */
            iload 2 /* myHeight */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        19: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* rules */
            iconst_3
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 6 /* anchorParams */
        20: .line 974
            aload 6 /* anchorParams */
            ifnull 25
        21: .line 975
            aload 1 /* childParams */
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
        22: .line 976
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            iadd
        23: .line 975
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        24: .line 977
            goto 27
      StackMap locals:
      StackMap stack:
        25: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 27
            aload 4 /* rules */
            iconst_3
            iaload
            ifeq 27
        26: .line 978
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        27: .line 981
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* rules */
            bipush 6
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 6 /* anchorParams */
        28: .line 982
            aload 6 /* anchorParams */
            ifnull 31
        29: .line 983
            aload 1 /* childParams */
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        30: .line 984
            goto 33
      StackMap locals:
      StackMap stack:
        31: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 33
            aload 4 /* rules */
            bipush 6
            iaload
            ifeq 33
        32: .line 985
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        33: .line 988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* rules */
            bipush 8
            invokevirtual android.widget.RelativeLayout.getRelatedViewParams:([II)Landroid/widget/RelativeLayout$LayoutParams;
            astore 6 /* anchorParams */
        34: .line 989
            aload 6 /* anchorParams */
            ifnull 37
        35: .line 990
            aload 1 /* childParams */
            aload 6 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        36: .line 991
            goto 40
      StackMap locals:
      StackMap stack:
        37: aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.alignWithParent:Z
            ifeq 40
            aload 4 /* rules */
            bipush 8
            iaload
            ifeq 40
        38: .line 992
            iload 2 /* myHeight */
            iflt 40
        39: .line 993
            aload 1 /* childParams */
            iload 2 /* myHeight */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        40: .line 997
      StackMap locals:
      StackMap stack:
            aload 4 /* rules */
            bipush 10
            iaload
            ifeq 42
        41: .line 998
            aload 1 /* childParams */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingTop:I
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.topMargin:I
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
        42: .line 1001
      StackMap locals:
      StackMap stack:
            aload 4 /* rules */
            bipush 12
            iaload
            ifeq 45
        43: .line 1002
            iload 2 /* myHeight */
            iflt 45
        44: .line 1003
            aload 1 /* childParams */
            iload 2 /* myHeight */
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mPaddingBottom:I
            isub
            aload 1 /* childParams */
            getfield android.widget.RelativeLayout$LayoutParams.bottomMargin:I
            isub
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
        45: .line 1006
      StackMap locals:
      StackMap stack:
            return
        end local 6 // android.widget.RelativeLayout$LayoutParams anchorParams
        end local 5 // int baselineOffset
        end local 4 // int[] rules
        end local 3 // int myBaseline
        end local 2 // int myHeight
        end local 1 // android.widget.RelativeLayout$LayoutParams childParams
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   46     0            this  Landroid/widget/RelativeLayout;
            0   46     1     childParams  Landroid/widget/RelativeLayout$LayoutParams;
            0   46     2        myHeight  I
            0   46     3      myBaseline  I
            1   46     4           rules  [I
            2   46     5  baselineOffset  I
           11   46     6    anchorParams  Landroid/widget/RelativeLayout$LayoutParams;
    MethodParameters:
             Name  Flags
      childParams  
      myHeight     
      myBaseline   

  private android.view.View getRelatedView(int[], int);
    descriptor: ([II)Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int[] rules
        start local 2 // int relation
         0: .line 1009
            aload 1 /* rules */
            iload 2 /* relation */
            iaload
            istore 3 /* id */
        start local 3 // int id
         1: .line 1010
            iload 3 /* id */
            ifeq 13
         2: .line 1011
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGraph:Landroid/widget/RelativeLayout$DependencyGraph;
            getfield android.widget.RelativeLayout$DependencyGraph.mKeyNodes:Landroid/util/SparseArray;
            iload 3 /* id */
            invokevirtual android.util.SparseArray.get:(I)Ljava/lang/Object;
            checkcast android.widget.RelativeLayout$DependencyGraph$Node
            astore 4 /* node */
        start local 4 // android.widget.RelativeLayout$DependencyGraph$Node node
         3: .line 1012
            aload 4 /* node */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 1013
      StackMap locals: int android.widget.RelativeLayout$DependencyGraph$Node
      StackMap stack:
            aload 4 /* node */
            getfield android.widget.RelativeLayout$DependencyGraph$Node.view:Landroid/view/View;
            astore 5 /* v */
        start local 5 // android.view.View v
         5: .line 1016
            goto 11
         6: .line 1017
      StackMap locals: android.view.View
      StackMap stack:
            aload 5 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            aload 5 /* v */
            invokevirtual android.view.View.getLayoutDirection:()I
            invokevirtual android.widget.RelativeLayout$LayoutParams.getRules:(I)[I
            astore 1 /* rules */
         7: .line 1018
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mGraph:Landroid/widget/RelativeLayout$DependencyGraph;
            getfield android.widget.RelativeLayout$DependencyGraph.mKeyNodes:Landroid/util/SparseArray;
            aload 1 /* rules */
            iload 2 /* relation */
            iaload
            invokevirtual android.util.SparseArray.get:(I)Ljava/lang/Object;
            checkcast android.widget.RelativeLayout$DependencyGraph$Node
            astore 4 /* node */
         8: .line 1020
            aload 4 /* node */
            ifnull 9
            aload 5 /* v */
            aload 4 /* node */
            getfield android.widget.RelativeLayout$DependencyGraph$Node.view:Landroid/view/View;
            if_acmpne 10
      StackMap locals:
      StackMap stack:
         9: aconst_null
            areturn
        10: .line 1021
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            getfield android.widget.RelativeLayout$DependencyGraph$Node.view:Landroid/view/View;
            astore 5 /* v */
        11: .line 1016
      StackMap locals:
      StackMap stack:
            aload 5 /* v */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 6
        12: .line 1024
            aload 5 /* v */
            areturn
        end local 5 // android.view.View v
        end local 4 // android.widget.RelativeLayout$DependencyGraph$Node node
        13: .line 1027
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int id
        end local 2 // int relation
        end local 1 // int[] rules
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Landroid/widget/RelativeLayout;
            0   14     1     rules  [I
            0   14     2  relation  I
            1   14     3        id  I
            3   13     4      node  Landroid/widget/RelativeLayout$DependencyGraph$Node;
            5   13     5         v  Landroid/view/View;
    MethodParameters:
          Name  Flags
      rules     
      relation  

  private android.widget.RelativeLayout$LayoutParams getRelatedViewParams(int[], int);
    descriptor: ([II)Landroid/widget/RelativeLayout$LayoutParams;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int[] rules
        start local 2 // int relation
         0: .line 1031
            aload 0 /* this */
            aload 1 /* rules */
            iload 2 /* relation */
            invokevirtual android.widget.RelativeLayout.getRelatedView:([II)Landroid/view/View;
            astore 3 /* v */
        start local 3 // android.view.View v
         1: .line 1032
            aload 3 /* v */
            ifnull 5
         2: .line 1033
            aload 3 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 4 /* params */
        start local 4 // android.view.ViewGroup$LayoutParams params
         3: .line 1034
            aload 4 /* params */
            instanceof android.widget.RelativeLayout$LayoutParams
            ifeq 5
         4: .line 1035
            aload 3 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            areturn
        end local 4 // android.view.ViewGroup$LayoutParams params
         5: .line 1038
      StackMap locals: android.view.View
      StackMap stack:
            aconst_null
            areturn
        end local 3 // android.view.View v
        end local 2 // int relation
        end local 1 // int[] rules
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/widget/RelativeLayout;
            0    6     1     rules  [I
            0    6     2  relation  I
            1    6     3         v  Landroid/view/View;
            3    5     4    params  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
          Name  Flags
      rules     
      relation  

  private int getRelatedViewBaselineOffset(int[]);
    descriptor: ([I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // int[] rules
         0: .line 1042
            aload 0 /* this */
            aload 1 /* rules */
            iconst_4
            invokevirtual android.widget.RelativeLayout.getRelatedView:([II)Landroid/view/View;
            astore 2 /* v */
        start local 2 // android.view.View v
         1: .line 1043
            aload 2 /* v */
            ifnull 8
         2: .line 1044
            aload 2 /* v */
            invokevirtual android.view.View.getBaseline:()I
            istore 3 /* baseline */
        start local 3 // int baseline
         3: .line 1045
            iload 3 /* baseline */
            iconst_m1
            if_icmpeq 8
         4: .line 1046
            aload 2 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 4 /* params */
        start local 4 // android.view.ViewGroup$LayoutParams params
         5: .line 1047
            aload 4 /* params */
            instanceof android.widget.RelativeLayout$LayoutParams
            ifeq 8
         6: .line 1048
            aload 2 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
            astore 5 /* anchorParams */
        start local 5 // android.widget.RelativeLayout$LayoutParams anchorParams
         7: .line 1049
            aload 5 /* anchorParams */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            iload 3 /* baseline */
            iadd
            ireturn
        end local 5 // android.widget.RelativeLayout$LayoutParams anchorParams
        end local 4 // android.view.ViewGroup$LayoutParams params
        end local 3 // int baseline
         8: .line 1053
      StackMap locals: android.view.View
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // android.view.View v
        end local 1 // int[] rules
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Landroid/widget/RelativeLayout;
            0    9     1         rules  [I
            1    9     2             v  Landroid/view/View;
            3    8     3      baseline  I
            5    8     4        params  Landroid/view/ViewGroup$LayoutParams;
            7    8     5  anchorParams  Landroid/widget/RelativeLayout$LayoutParams;
    MethodParameters:
       Name  Flags
      rules  

  private static void centerHorizontal(android.view.View, android.widget.RelativeLayout$LayoutParams, int);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.view.View child
        start local 1 // android.widget.RelativeLayout$LayoutParams params
        start local 2 // int myWidth
         0: .line 1057
            aload 0 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            istore 3 /* childWidth */
        start local 3 // int childWidth
         1: .line 1058
            iload 2 /* myWidth */
            iload 3 /* childWidth */
            isub
            iconst_2
            idiv
            istore 4 /* left */
        start local 4 // int left
         2: .line 1060
            aload 1 /* params */
            iload 4 /* left */
            putfield android.widget.RelativeLayout$LayoutParams.mLeft:I
         3: .line 1061
            aload 1 /* params */
            iload 4 /* left */
            iload 3 /* childWidth */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mRight:I
         4: .line 1062
            return
        end local 4 // int left
        end local 3 // int childWidth
        end local 2 // int myWidth
        end local 1 // android.widget.RelativeLayout$LayoutParams params
        end local 0 // android.view.View child
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0       child  Landroid/view/View;
            0    5     1      params  Landroid/widget/RelativeLayout$LayoutParams;
            0    5     2     myWidth  I
            1    5     3  childWidth  I
            2    5     4        left  I
    MethodParameters:
         Name  Flags
      child    
      params   
      myWidth  

  private static void centerVertical(android.view.View, android.widget.RelativeLayout$LayoutParams, int);
    descriptor: (Landroid/view/View;Landroid/widget/RelativeLayout$LayoutParams;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.view.View child
        start local 1 // android.widget.RelativeLayout$LayoutParams params
        start local 2 // int myHeight
         0: .line 1065
            aload 0 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            istore 3 /* childHeight */
        start local 3 // int childHeight
         1: .line 1066
            iload 2 /* myHeight */
            iload 3 /* childHeight */
            isub
            iconst_2
            idiv
            istore 4 /* top */
        start local 4 // int top
         2: .line 1068
            aload 1 /* params */
            iload 4 /* top */
            putfield android.widget.RelativeLayout$LayoutParams.mTop:I
         3: .line 1069
            aload 1 /* params */
            iload 4 /* top */
            iload 3 /* childHeight */
            iadd
            putfield android.widget.RelativeLayout$LayoutParams.mBottom:I
         4: .line 1070
            return
        end local 4 // int top
        end local 3 // int childHeight
        end local 2 // int myHeight
        end local 1 // android.widget.RelativeLayout$LayoutParams params
        end local 0 // android.view.View child
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0        child  Landroid/view/View;
            0    5     1       params  Landroid/widget/RelativeLayout$LayoutParams;
            0    5     2     myHeight  I
            1    5     3  childHeight  I
            2    5     4          top  I
    MethodParameters:
          Name  Flags
      child     
      params    
      myHeight  

  protected void onLayout(boolean, int, int, int, int);
    descriptor: (ZIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // android.widget.RelativeLayout 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 1076
            aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getChildCount:()I
            istore 6 /* count */
        start local 6 // int count
         1: .line 1078
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 9
         3: .line 1079
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* i */
            invokevirtual android.widget.RelativeLayout.getChildAt:(I)Landroid/view/View;
            astore 8 /* child */
        start local 8 // android.view.View child
         4: .line 1080
            aload 8 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 8
         5: .line 1082
            aload 8 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.RelativeLayout$LayoutParams
         6: .line 1081
            astore 9 /* st */
        start local 9 // android.widget.RelativeLayout$LayoutParams st
         7: .line 1083
            aload 8 /* child */
            aload 9 /* st */
            getfield android.widget.RelativeLayout$LayoutParams.mLeft:I
            aload 9 /* st */
            getfield android.widget.RelativeLayout$LayoutParams.mTop:I
            aload 9 /* st */
            getfield android.widget.RelativeLayout$LayoutParams.mRight:I
            aload 9 /* st */
            getfield android.widget.RelativeLayout$LayoutParams.mBottom:I
            invokevirtual android.view.View.layout:(IIII)V
        end local 9 // android.widget.RelativeLayout$LayoutParams st
        end local 8 // android.view.View child
         8: .line 1078
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 6 /* count */
            if_icmplt 3
        end local 7 // int i
        10: .line 1086
            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.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Landroid/widget/RelativeLayout;
            0   11     1  changed  Z
            0   11     2        l  I
            0   11     3        t  I
            0   11     4        r  I
            0   11     5        b  I
            1   11     6    count  I
            2   10     7        i  I
            4    8     8    child  Landroid/view/View;
            7    8     9       st  Landroid/widget/RelativeLayout$LayoutParams;
    MethodParameters:
         Name  Flags
      changed  
      l        
      t        
      r        
      b        

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

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

  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.RelativeLayout this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 1106
            aload 1 /* p */
            instanceof android.widget.RelativeLayout$LayoutParams
            ireturn
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RelativeLayout;
            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.RelativeLayout this
        start local 1 // android.view.ViewGroup$LayoutParams lp
         0: .line 1111
            getstatic android.widget.RelativeLayout.sPreserveMarginParamsInLayoutParamConversion:Z
            ifeq 5
         1: .line 1112
            aload 1 /* lp */
            instanceof android.widget.RelativeLayout$LayoutParams
            ifeq 3
         2: .line 1113
            new android.widget.RelativeLayout$LayoutParams
            dup
            aload 1 /* lp */
            checkcast android.widget.RelativeLayout$LayoutParams
            invokespecial android.widget.RelativeLayout$LayoutParams.<init>:(Landroid/widget/RelativeLayout$LayoutParams;)V
            areturn
         3: .line 1114
      StackMap locals:
      StackMap stack:
            aload 1 /* lp */
            instanceof android.view.ViewGroup$MarginLayoutParams
            ifeq 5
         4: .line 1115
            new android.widget.RelativeLayout$LayoutParams
            dup
            aload 1 /* lp */
            checkcast android.view.ViewGroup$MarginLayoutParams
            invokespecial android.widget.RelativeLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$MarginLayoutParams;)V
            areturn
         5: .line 1118
      StackMap locals:
      StackMap stack:
            new android.widget.RelativeLayout$LayoutParams
            dup
            aload 1 /* lp */
            invokespecial android.widget.RelativeLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
            areturn
        end local 1 // android.view.ViewGroup$LayoutParams lp
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/RelativeLayout;
            0    6     1    lp  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      lp    

  public boolean dispatchPopulateAccessibilityEventInternal(android.view.accessibility.AccessibilityEvent);
    descriptor: (Landroid/view/accessibility/AccessibilityEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // android.widget.RelativeLayout this
        start local 1 // android.view.accessibility.AccessibilityEvent event
         0: .line 1124
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
            ifnonnull 2
         1: .line 1125
            aload 0 /* this */
            new java.util.TreeSet
            dup
            new android.widget.RelativeLayout$TopToBottomLeftToRightComparator
            dup
            aload 0 /* this */
            invokespecial android.widget.RelativeLayout$TopToBottomLeftToRightComparator.<init>:(Landroid/widget/RelativeLayout;)V
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            putfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
         2: .line 1129
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: aload 0 /* this */
            invokevirtual android.widget.RelativeLayout.getChildCount:()I
            istore 3 /* count */
        start local 3 // int count
         4: goto 7
         5: .line 1130
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual android.widget.RelativeLayout.getChildAt:(I)Landroid/view/View;
            invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1129
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* count */
            if_icmplt 5
        end local 3 // int count
        end local 2 // int i
         8: .line 1133
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
            invokeinterface java.util.SortedSet.iterator:()Ljava/util/Iterator;
            astore 3
            goto 14
      StackMap locals: android.widget.RelativeLayout android.view.accessibility.AccessibilityEvent top java.util.Iterator
      StackMap stack:
         9: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.view.View
            astore 2 /* view */
        start local 2 // android.view.View view
        10: .line 1134
            aload 2 /* view */
            invokevirtual android.view.View.getVisibility:()I
            ifne 14
        11: .line 1135
            aload 2 /* view */
            aload 1 /* event */
            invokevirtual android.view.View.dispatchPopulateAccessibilityEvent:(Landroid/view/accessibility/AccessibilityEvent;)Z
            ifeq 14
        12: .line 1136
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
            invokeinterface java.util.SortedSet.clear:()V
        13: .line 1137
            iconst_1
            ireturn
        end local 2 // android.view.View view
        14: .line 1133
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        15: .line 1141
            aload 0 /* this */
            getfield android.widget.RelativeLayout.mTopToBottomLeftToRightSet:Ljava/util/SortedSet;
            invokeinterface java.util.SortedSet.clear:()V
        16: .line 1142
            iconst_0
            ireturn
        end local 1 // android.view.accessibility.AccessibilityEvent event
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Landroid/widget/RelativeLayout;
            0   17     1  event  Landroid/view/accessibility/AccessibilityEvent;
            3    8     2      i  I
            4    8     3  count  I
           10   14     2   view  Landroid/view/View;
    MethodParameters:
       Name  Flags
      event  

  public java.lang.CharSequence getAccessibilityClassName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RelativeLayout this
         0: .line 1147
            ldc Landroid/widget/RelativeLayout;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // android.widget.RelativeLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RelativeLayout;

  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.widget.RelativeLayout.generateLayoutParams:(Landroid/util/AttributeSet;)Landroid/widget/RelativeLayout$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RelativeLayout.java"
NestMembers:
  android.widget.RelativeLayout$DependencyGraph  android.widget.RelativeLayout$DependencyGraph$Node  android.widget.RelativeLayout$LayoutParams  android.widget.RelativeLayout$TopToBottomLeftToRightComparator
InnerClasses:
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup
  private DependencyGraph = android.widget.RelativeLayout$DependencyGraph of android.widget.RelativeLayout
  Node = android.widget.RelativeLayout$DependencyGraph$Node of android.widget.RelativeLayout$DependencyGraph
  public LayoutParams = android.widget.RelativeLayout$LayoutParams of android.widget.RelativeLayout
  private TopToBottomLeftToRightComparator = android.widget.RelativeLayout$TopToBottomLeftToRightComparator of android.widget.RelativeLayout
  public abstract RemoteView = android.widget.RemoteViews$RemoteView of android.widget.RemoteViews
    RuntimeVisibleAnnotations: 
      android.widget.RemoteViews$RemoteView()