class android.text.Layout$TabStops
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.Layout$TabStops
  super_class: java.lang.Object
{
  private int[] mStops;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  void <init>(int, java.lang.Object[]);
    descriptor: (I[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.text.Layout$TabStops this
        start local 1 // int increment
        start local 2 // java.lang.Object[] spans
         0: .line 2132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2133
            aload 0 /* this */
            iload 1 /* increment */
            aload 2 /* spans */
            invokevirtual android.text.Layout$TabStops.reset:(I[Ljava/lang/Object;)V
         2: .line 2134
            return
        end local 2 // java.lang.Object[] spans
        end local 1 // int increment
        end local 0 // android.text.Layout$TabStops this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/text/Layout$TabStops;
            0    3     1  increment  I
            0    3     2      spans  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      increment  
      spans      

  void reset(int, java.lang.Object[]);
    descriptor: (I[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // android.text.Layout$TabStops this
        start local 1 // int increment
        start local 2 // java.lang.Object[] spans
         0: .line 2137
            aload 0 /* this */
            iload 1 /* increment */
            putfield android.text.Layout$TabStops.mIncrement:I
         1: .line 2139
            iconst_0
            istore 3 /* ns */
        start local 3 // int ns
         2: .line 2140
            aload 2 /* spans */
            ifnull 25
         3: .line 2141
            aload 0 /* this */
            getfield android.text.Layout$TabStops.mStops:[I
            astore 4 /* stops */
        start local 4 // int[] stops
         4: .line 2142
            aload 2 /* spans */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 20
      StackMap locals: android.text.Layout$TabStops int java.lang.Object[] int int[] top int int java.lang.Object[]
      StackMap stack:
         5: aload 8
            iload 6
            aaload
            astore 5 /* o */
        start local 5 // java.lang.Object o
         6: .line 2143
            aload 5 /* o */
            instanceof android.text.style.TabStopSpan
            ifeq 19
         7: .line 2144
            aload 4 /* stops */
            ifnonnull 10
         8: .line 2145
            bipush 10
            newarray 10
            astore 4 /* stops */
         9: .line 2146
            goto 18
      StackMap locals: android.text.Layout$TabStops int java.lang.Object[] int int[] java.lang.Object int int java.lang.Object[]
      StackMap stack:
        10: iload 3 /* ns */
            aload 4 /* stops */
            arraylength
            if_icmpne 18
        11: .line 2147
            iload 3 /* ns */
            iconst_2
            imul
            newarray 10
            astore 9 /* nstops */
        start local 9 // int[] nstops
        12: .line 2148
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        13: goto 16
        14: .line 2149
      StackMap locals: int[] int
      StackMap stack:
            aload 9 /* nstops */
            iload 10 /* i */
            aload 4 /* stops */
            iload 10 /* i */
            iaload
            iastore
        15: .line 2148
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 10 /* i */
            iload 3 /* ns */
            if_icmplt 14
        end local 10 // int i
        17: .line 2151
            aload 9 /* nstops */
            astore 4 /* stops */
        end local 9 // int[] nstops
        18: .line 2153
      StackMap locals:
      StackMap stack:
            aload 4 /* stops */
            iload 3 /* ns */
            iinc 3 /* ns */ 1
            aload 5 /* o */
            checkcast android.text.style.TabStopSpan
            invokeinterface android.text.style.TabStopSpan.getTabStop:()I
            iastore
        end local 5 // java.lang.Object o
        19: .line 2142
      StackMap locals: android.text.Layout$TabStops int java.lang.Object[] int int[] top int int java.lang.Object[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        20: iload 6
            iload 7
            if_icmplt 5
        21: .line 2156
            iload 3 /* ns */
            iconst_1
            if_icmple 23
        22: .line 2157
            aload 4 /* stops */
            iconst_0
            iload 3 /* ns */
            invokestatic java.util.Arrays.sort:([III)V
        23: .line 2159
      StackMap locals: android.text.Layout$TabStops int java.lang.Object[] int int[]
      StackMap stack:
            aload 4 /* stops */
            aload 0 /* this */
            getfield android.text.Layout$TabStops.mStops:[I
            if_acmpeq 25
        24: .line 2160
            aload 0 /* this */
            aload 4 /* stops */
            putfield android.text.Layout$TabStops.mStops:[I
        end local 4 // int[] stops
        25: .line 2163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ns */
            putfield android.text.Layout$TabStops.mNumStops:I
        26: .line 2164
            return
        end local 3 // int ns
        end local 2 // java.lang.Object[] spans
        end local 1 // int increment
        end local 0 // android.text.Layout$TabStops this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   27     0       this  Landroid/text/Layout$TabStops;
            0   27     1  increment  I
            0   27     2      spans  [Ljava/lang/Object;
            2   27     3         ns  I
            4   25     4      stops  [I
            6   19     5          o  Ljava/lang/Object;
           12   18     9     nstops  [I
           13   17    10          i  I
    MethodParameters:
           Name  Flags
      increment  
      spans      

  float nextTab(float);
    descriptor: (F)F
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // android.text.Layout$TabStops this
        start local 1 // float h
         0: .line 2167
            aload 0 /* this */
            getfield android.text.Layout$TabStops.mNumStops:I
            istore 2 /* ns */
        start local 2 // int ns
         1: .line 2168
            iload 2 /* ns */
            ifle 10
         2: .line 2169
            aload 0 /* this */
            getfield android.text.Layout$TabStops.mStops:[I
            astore 3 /* stops */
        start local 3 // int[] stops
         3: .line 2170
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 9
         5: .line 2171
      StackMap locals: int int[] int
      StackMap stack:
            aload 3 /* stops */
            iload 4 /* i */
            iaload
            istore 5 /* stop */
        start local 5 // int stop
         6: .line 2172
            iload 5 /* stop */
            i2f
            fload 1 /* h */
            fcmpl
            ifle 8
         7: .line 2173
            iload 5 /* stop */
            i2f
            freturn
        end local 5 // int stop
         8: .line 2170
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* ns */
            if_icmplt 5
        end local 4 // int i
        end local 3 // int[] stops
        10: .line 2177
      StackMap locals:
      StackMap stack:
            fload 1 /* h */
            aload 0 /* this */
            getfield android.text.Layout$TabStops.mIncrement:I
            invokestatic android.text.Layout$TabStops.nextDefaultStop:(FI)F
            freturn
        end local 2 // int ns
        end local 1 // float h
        end local 0 // android.text.Layout$TabStops this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/text/Layout$TabStops;
            0   11     1      h  F
            1   11     2     ns  I
            3   10     3  stops  [I
            4   10     4      i  I
            6    8     5   stop  I
    MethodParameters:
      Name  Flags
      h     

  public static float nextDefaultStop(float, int);
    descriptor: (FI)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // float h
        start local 1 // int inc
         0: .line 2181
            fload 0 /* h */
            iload 1 /* inc */
            i2f
            fadd
            iload 1 /* inc */
            i2f
            fdiv
            f2i
            iload 1 /* inc */
            imul
            i2f
            freturn
        end local 1 // int inc
        end local 0 // float h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     h  F
            0    1     1   inc  I
    MethodParameters:
      Name  Flags
      h     
      inc   
}
SourceFile: "Layout.java"
NestHost: android.text.Layout
InnerClasses:
  TabStops = android.text.Layout$TabStops of android.text.Layout