public final class android.view.inputmethod.CursorAnchorInfo$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.view.inputmethod.CursorAnchorInfo$Builder
  super_class: java.lang.Object
{
  private int mSelectionStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.lang.CharSequence mComposingText;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

  private float mInsertionMarkerHorizontal;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mInsertionMarkerTop;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mInsertionMarkerBaseline;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mInsertionMarkerBottom;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

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

  private android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder mCharacterBoundsArrayBuilder;
    descriptor: Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
    flags: (0x0002) ACC_PRIVATE

  private float[] mMatrixValues;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
         0: .line 257
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 258
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionStart:I
         2: .line 259
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionEnd:I
         3: .line 260
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingTextStart:I
         4: .line 261
            aload 0 /* this */
            aconst_null
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingText:Ljava/lang/CharSequence;
         5: .line 262
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerHorizontal:F
         6: .line 263
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerTop:F
         7: .line 264
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBaseline:F
         8: .line 265
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBottom:F
         9: .line 266
            aload 0 /* this */
            iconst_0
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerFlags:I
        10: .line 267
            aload 0 /* this */
            aconst_null
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
        11: .line 268
            aload 0 /* this */
            aconst_null
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixValues:[F
        12: .line 269
            aload 0 /* this */
            iconst_0
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixInitialized:Z
        13: .line 257
            return
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;

  public android.view.inputmethod.CursorAnchorInfo$Builder setSelectionRange(int, int);
    descriptor: (II)Landroid/view/inputmethod/CursorAnchorInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
        start local 1 // int newStart
        start local 2 // int newEnd
         0: .line 276
            aload 0 /* this */
            iload 1 /* newStart */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionStart:I
         1: .line 277
            aload 0 /* this */
            iload 2 /* newEnd */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionEnd:I
         2: .line 278
            aload 0 /* this */
            areturn
        end local 2 // int newEnd
        end local 1 // int newStart
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            0    3     1  newStart  I
            0    3     2    newEnd  I
    MethodParameters:
          Name  Flags
      newStart  final
      newEnd    final

  public android.view.inputmethod.CursorAnchorInfo$Builder setComposingText(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
        start local 1 // int composingTextStart
        start local 2 // java.lang.CharSequence composingText
         0: .line 289
            aload 0 /* this */
            iload 1 /* composingTextStart */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingTextStart:I
         1: .line 290
            aload 2 /* composingText */
            ifnonnull 4
         2: .line 291
            aload 0 /* this */
            aconst_null
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingText:Ljava/lang/CharSequence;
         3: .line 292
            goto 5
         4: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new android.text.SpannedString
            dup
            aload 2 /* composingText */
            invokespecial android.text.SpannedString.<init>:(Ljava/lang/CharSequence;)V
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingText:Ljava/lang/CharSequence;
         5: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence composingText
        end local 1 // int composingTextStart
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            0    6     1  composingTextStart  I
            0    6     2       composingText  Ljava/lang/CharSequence;
    MethodParameters:
                    Name  Flags
      composingTextStart  final
      composingText       final

  public android.view.inputmethod.CursorAnchorInfo$Builder setInsertionMarkerLocation(float, float, float, float, int);
    descriptor: (FFFFI)Landroid/view/inputmethod/CursorAnchorInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
        start local 1 // float horizontalPosition
        start local 2 // float lineTop
        start local 3 // float lineBaseline
        start local 4 // float lineBottom
        start local 5 // int flags
         0: .line 322
            aload 0 /* this */
            fload 1 /* horizontalPosition */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerHorizontal:F
         1: .line 323
            aload 0 /* this */
            fload 2 /* lineTop */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerTop:F
         2: .line 324
            aload 0 /* this */
            fload 3 /* lineBaseline */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBaseline:F
         3: .line 325
            aload 0 /* this */
            fload 4 /* lineBottom */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBottom:F
         4: .line 326
            aload 0 /* this */
            iload 5 /* flags */
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerFlags:I
         5: .line 327
            aload 0 /* this */
            areturn
        end local 5 // int flags
        end local 4 // float lineBottom
        end local 3 // float lineBaseline
        end local 2 // float lineTop
        end local 1 // float horizontalPosition
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            0    6     1  horizontalPosition  F
            0    6     2             lineTop  F
            0    6     3        lineBaseline  F
            0    6     4          lineBottom  F
            0    6     5               flags  I
    MethodParameters:
                    Name  Flags
      horizontalPosition  final
      lineTop             final
      lineBaseline        final
      lineBottom          final
      flags               final

  public android.view.inputmethod.CursorAnchorInfo$Builder addCharacterBounds(int, float, float, float, float, int);
    descriptor: (IFFFFI)Landroid/view/inputmethod/CursorAnchorInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
        start local 1 // int index
        start local 2 // float left
        start local 3 // float top
        start local 4 // float right
        start local 5 // float bottom
        start local 6 // int flags
         0: .line 347
            iload 1 /* index */
            ifge 2
         1: .line 348
            new java.lang.IllegalArgumentException
            dup
            ldc "index must not be a negative integer."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            ifnonnull 4
         3: .line 351
            aload 0 /* this */
            new android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder
            dup
            invokespecial android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder.<init>:()V
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
         4: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            iload 1 /* index */
            fload 2 /* left */
            fload 3 /* top */
            fload 4 /* right */
            fload 5 /* bottom */
            iload 6 /* flags */
            invokevirtual android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder.append:(IFFFFI)Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            pop
         5: .line 354
            aload 0 /* this */
            areturn
        end local 6 // int flags
        end local 5 // float bottom
        end local 4 // float right
        end local 3 // float top
        end local 2 // float left
        end local 1 // int index
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            0    6     1   index  I
            0    6     2    left  F
            0    6     3     top  F
            0    6     4   right  F
            0    6     5  bottom  F
            0    6     6   flags  I
    MethodParameters:
        Name  Flags
      index   final
      left    final
      top     final
      right   final
      bottom  final
      flags   final

  public android.view.inputmethod.CursorAnchorInfo$Builder setMatrix(android.graphics.Matrix);
    descriptor: (Landroid/graphics/Matrix;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
        start local 1 // android.graphics.Matrix matrix
         0: .line 363
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixValues:[F
            ifnonnull 2
         1: .line 364
            aload 0 /* this */
            bipush 9
            newarray 6
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixValues:[F
         2: .line 366
      StackMap locals:
      StackMap stack:
            aload 1 /* matrix */
            ifnull 3
            aload 1 /* matrix */
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic android.graphics.Matrix.IDENTITY_MATRIX:Landroid/graphics/Matrix;
      StackMap locals:
      StackMap stack: android.graphics.Matrix
         4: aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixValues:[F
            invokevirtual android.graphics.Matrix.getValues:([F)V
         5: .line 367
            aload 0 /* this */
            iconst_1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixInitialized:Z
         6: .line 368
            aload 0 /* this */
            areturn
        end local 1 // android.graphics.Matrix matrix
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            0    7     1  matrix  Landroid/graphics/Matrix;
    MethodParameters:
        Name  Flags
      matrix  final

  public android.view.inputmethod.CursorAnchorInfo build();
    descriptor: ()Landroid/view/inputmethod/CursorAnchorInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
         0: .line 377
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixInitialized:Z
            ifne 12
         1: .line 380
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            ifnull 4
         2: .line 381
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            invokevirtual android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder.isEmpty:()Z
            ifne 4
         3: .line 380
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 1 /* hasCharacterBounds */
        start local 1 // boolean hasCharacterBounds
         6: .line 382
            iload 1 /* hasCharacterBounds */
            ifne 11
         7: .line 383
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerHorizontal:F
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 11
         8: .line 384
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerTop:F
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 11
         9: .line 385
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBaseline:F
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 11
        10: .line 386
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBottom:F
            invokestatic java.lang.Float.isNaN:(F)Z
            ifne 12
        11: .line 387
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Coordinate transformation matrix is required when positional parameters are specified."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean hasCharacterBounds
        12: .line 391
      StackMap locals:
      StackMap stack:
            new android.view.inputmethod.CursorAnchorInfo
            dup
            aload 0 /* this */
            invokespecial android.view.inputmethod.CursorAnchorInfo.<init>:(Landroid/view/inputmethod/CursorAnchorInfo$Builder;)V
            areturn
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
            6   12     1  hasCharacterBounds  Z

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
         0: .line 399
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionStart:I
         1: .line 400
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mSelectionEnd:I
         2: .line 401
            aload 0 /* this */
            iconst_m1
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingTextStart:I
         3: .line 402
            aload 0 /* this */
            aconst_null
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mComposingText:Ljava/lang/CharSequence;
         4: .line 403
            aload 0 /* this */
            iconst_0
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerFlags:I
         5: .line 404
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerHorizontal:F
         6: .line 405
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerTop:F
         7: .line 406
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBaseline:F
         8: .line 407
            aload 0 /* this */
            ldc NaN
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mInsertionMarkerBottom:F
         9: .line 408
            aload 0 /* this */
            iconst_0
            putfield android.view.inputmethod.CursorAnchorInfo$Builder.mMatrixInitialized:Z
        10: .line 409
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            ifnull 12
        11: .line 410
            aload 0 /* this */
            getfield android.view.inputmethod.CursorAnchorInfo$Builder.mCharacterBoundsArrayBuilder:Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;
            invokevirtual android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder.reset:()V
        12: .line 412
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.view.inputmethod.CursorAnchorInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/view/inputmethod/CursorAnchorInfo$Builder;
}
SourceFile: "CursorAnchorInfo.java"
NestHost: android.view.inputmethod.CursorAnchorInfo
InnerClasses:
  public final Builder = android.view.inputmethod.CursorAnchorInfo$Builder of android.view.inputmethod.CursorAnchorInfo
  public final SparseRectFArrayBuilder = android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder of android.view.inputmethod.SparseRectFArray