public final class android.text.AutoGrowArray
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.text.AutoGrowArray
  super_class: java.lang.Object
{
  private static final int MIN_CAPACITY_INCREMENT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.AutoGrowArray this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.text.AutoGrowArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/AutoGrowArray;

  private static int computeNewCapacity(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int currentSize
        start local 1 // int requested
         0: .line 43
            iload 0 /* currentSize */
            iload 0 /* currentSize */
            bipush 6
            if_icmpge 2
         1: .line 44
            bipush 12
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iload 0 /* currentSize */
            iconst_1
            ishr
         3: .line 43
      StackMap locals: int int
      StackMap stack: int int
            iadd
            istore 2 /* targetCapacity */
        start local 2 // int targetCapacity
         4: .line 45
            iload 2 /* targetCapacity */
            iload 1 /* requested */
            if_icmple 5
            iload 2 /* targetCapacity */
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* requested */
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 2 // int targetCapacity
        end local 1 // int requested
        end local 0 // int currentSize
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0     currentSize  I
            0    7     1       requested  I
            4    7     2  targetCapacity  I
    MethodParameters:
             Name  Flags
      currentSize  
      requested    
}
SourceFile: "AutoGrowArray.java"
NestMembers:
  android.text.AutoGrowArray$ByteArray  android.text.AutoGrowArray$FloatArray  android.text.AutoGrowArray$IntArray
InnerClasses:
  public ByteArray = android.text.AutoGrowArray$ByteArray of android.text.AutoGrowArray
  public FloatArray = android.text.AutoGrowArray$FloatArray of android.text.AutoGrowArray
  public IntArray = android.text.AutoGrowArray$IntArray of android.text.AutoGrowArray